Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "2.6.42",
"icons": {
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"scripting",
"storage",
"downloads",
"declarativeNetRequestWithHostAccess",
"cookies",
"sidePanel"
],
"minimum_chrome_version": "116",
"host_permissions": [
"<all_urls>"
],
"optional_permissions": [
"sessions"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval' http:\/\/localhost:3000 http:\/\/localhost:3001; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"content-scripts\/AIFilterScript.css"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"content-scripts\/AIFilterScript.css"
],
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.youtube.com\/*"
]
},
{
"resources": [
"content-scripts\/Entrypoint.css"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/www.instagram.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/x.com\/*"
]
},
{
"resources": [
"content-scripts\/TikTokService.css"
],
"matches": [
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.tiktok.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "Main.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end",
"css": [
"content-scripts\/KOLInfoCard.css",
"content-scripts\/NotesCard.css"
],
"js": [
"content-scripts\/AIFilterScript.js",
"content-scripts\/KOLInfoCard.js",
"content-scripts\/NotesCard.js"
]
},
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/www.instagram.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/x.com\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/Entrypoint.js"
]
},
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"run_at": "document_start",
"css": [
"content-scripts\/InstagramEarlyScript.css"
],
"js": [
"content-scripts\/InstagramEarlyScript.js"
],
"world": "MAIN"
},
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"css": [
"content-scripts\/TaskCompletionPopupGlobal.css"
],
"js": [
"content-scripts\/TaskCompletionPopupGlobal.js"
]
},
{
"matches": [
"https:\/\/www.tiktok.com\/@*",
"https:\/\/www.tiktok.com\/search*",
"https:\/\/www.tiktok.com\/tag\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/TikTokService.js"
]
},
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"run_at": "document_start",
"css": [
"content-scripts\/TiktokEarlyScript.css"
],
"js": [
"content-scripts\/TiktokEarlyScript.js"
],
"world": "MAIN"
},
{
"matches": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.tiktokglobalshop.com\/*",
"*:\/\/*.tiktokshop.com\/*"
],
"run_at": "document_idle",
"css": [
"content-scripts\/TiktokShop.css"
],
"js": [
"content-scripts\/TiktokShop.js"
]
},
{
"matches": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.tiktokglobalshop.com\/*",
"*:\/\/*.tiktokshop.com\/*"
],
"all_frames": true,
"run_at": "document_idle",
"js": [
"content-scripts\/TiktokShopInject.js"
],
"world": "MAIN"
},
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"run_at": "document_idle",
"css": [
"content-scripts\/TiktokTag.css"
],
"js": [
"content-scripts\/TiktokTag.js"
]
},
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_start",
"css": [
"content-scripts\/YoutubeEarlyScript.css"
],
"js": [
"content-scripts\/YoutubeEarlyScript.js"
]
}
]
}