Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "CoTik",
"description": "CoTik - Manage tiktok accounts easily and professionally",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.131",
"icons": {
"16": "images\/favicon16.png",
"48": "images\/favicon48.png",
"128": "images\/favicon.png"
},
"action": {
"default_title": "Click Me",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"declarativeNetRequest",
"webRequest",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "scripts\/store.js",
"type": "module"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"css\/pell.min.css",
"css\/content.css"
],
"js": [
"js\/sortable.min.js",
"js\/pell.min.js",
"scripts\/contentscript.js"
],
"matches": [
"<all_urls>",
"https:\/\/cotik.app\/admin\/extension*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"\/*"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "cors",
"path": "cors.json"
}
]
}
}