Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"32": "\/assets\/images\/icon_logo.png"
},
"default_popup": "popup\/index.html",
"default_title": "Open a tiktok profile to turn on"
},
"background": {
"service_worker": "background\/index.js"
},
"content_scripts": [
{
"css": [
"assets\/css\/inject.css"
],
"js": [
"assets\/js\/jquery.js",
"assets\/js\/moment-min.js",
"content-script\/index.js"
],
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"run_at": "document_end"
}
],
"description": "__MSG_description__",
"externally_connectable": {
"matches": [
"https:\/\/www.tiktok.com\/@*"
]
},
"host_permissions": [
"*:\/\/*.tiktok.com\/*",
"*:\/\/api19-core-useast5.us.tiktokv.com\/*"
],
"icons": {
"16": "\/assets\/images\/logo_128.png",
"32": "\/assets\/images\/logo_128.png",
"48": "\/assets\/images\/logo_128.png",
"128": "\/assets\/images\/logo_128.png"
},
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_name__",
"permissions": [
"downloads",
"storage",
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"version": "1.0.1",
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"resources": [
"assets\/images\/logo_128.png",
"assets\/js\/*"
]
}
]
}