Inspect and view changes in Linkboost - Linkedin with AI-powered ChatGPT source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Linkboost - Linkedin with AI-powered Chat GPT",
"version": "1.0",
"default_locale": "en",
"description": "Easily Skyrocket your Linkedin Reach with the Power of AI - ChatGPT",
"browser_specific_settings": {
"gecko": {
"id": "contact@linkboost.co"
}
},
"icons": {
"128": "icons/icon128.png"
},
"short_name": "LinkBoost",
"homepage_url": "https://linkboost.co",
"action": {
"default_icon": "icons/icon128.png",
"default_title": "LinkBoost"
},
"background": {
"scripts": [
"src/bg/background.js"
]
},
"permissions": [
"cookies",
"storage"
],
"content_scripts": [
{
"matches": [
"*://*.linkedin.com/*"
],
"js": [
"src/contentScript.js"
],
"css": [
"src/tailwind.css"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"*://*.linkedin.com/*",
"*://app.linkboost.co/*"
]
}