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",
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 3,
"version": "1.0.14",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/tiktok.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/*.openai.com\/*"
],
"js": [
"js\/main.js"
],
"css": [
"main.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"16.png",
"assets\/example.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "ruleset.json"
}
]
},
"icons": {
"128": "128.png"
},
"host_permissions": [
"*:\/\/*.tiktok.com\/*",
"https:\/\/tiktok.com\/*",
"https:\/\/*.tiktokcdn.com\/*",
"https:\/\/*.tiktokv.com\/*",
"https:\/\/*.openai.com\/*"
],
"permissions": [
"downloads",
"storage",
"tabs",
"webRequest",
"declarativeNetRequest"
]
}