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,
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "2.8.1",
"description": "__MSG_extShortDesc__",
"icons": {
"128": "iconc.png"
},
"author": "Abhijit Kumar Biswas",
"homepage_url": "https:\/\/www.ovszon.com",
"action": {
"default_icon": {
"128": "iconc.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.instagram.com\/*"
],
"js": [
"page.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.instagram.com\/*"
],
"js": [
"script.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"downloads"
],
"host_permissions": [
"*:\/\/*.ovszon.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.instagram.com\/*"
]
}