WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
CoTik

CoTik

View on Chrome Web Store
View CoTik Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
20 views
This extension has been viewed 20 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

CoTik - Manage tiktok accounts easily and professionally
Type
Extension
Users
1,000 users
12
CoTik
View author page of CoTik
Published
Published on October 15, 2024
Version 1.0.68
Manifest version
3
Updated
Updated on March 26, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View CoTik Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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.68",
    "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"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "scripts\/store.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "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"
            }
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top