Козак

Ідентифікуйте компанії країни-окупанта та не поповнюйте їх бюджет!

What is Козак?

Козак is a Chrome extension developed by https://stop-russian-company.xyz, and its main feature is "Ідентифікуйте компанії країни-окупанта та не поповнюйте їх бюджет!".

Extension Screenshots

screenshot
screenshot

Download Козак Extension CRX File

Download Козак extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Додаток надасть альтернативні українські або західні компанії.

Навіщо використовувати альтернативи:

✅ Ви не поповнюєте бюджет країни-окупанта
✅ Ваші дані знаходяться у безпечному місці, а бізнес-процеси більш захищені
✅ Ви допомагаєте українському бізнесу розвиватися

Якщо ви хочете додати нову компанію з країни-агресора, будь ласка, заповніть коротку форму - www.stop-russian-company.xyz/add-company
Це нам дуже допоможе 🙏

Все буде Україна! 💙💛                    

Extension Basic Information

Name Козак Козак
ID jnpdcllnblodhacjobhbmdiihnmbehep
Official URL https://chromewebstore.google.com/detail/%D0%BA%D0%BE%D0%B7%D0%B0%D0%BA/jnpdcllnblodhacjobhbmdiihnmbehep
Description Ідентифікуйте компанії країни-окупанта та не поповнюйте їх бюджет!
File Size 1.01 MB
Installation Count 30
Current Version 1.0.7
Last Updated 2022-08-15
Publish Date 2022-04-27
Rating 5.00/5 Total 4 Ratings
Developer https://stop-russian-company.xyz
Email [email protected]
Payment Type free
Supported Languages uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u041a\u043e\u0437\u0430\u043a",
    "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u0439\u0442\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0456\u0457 \u043a\u0440\u0430\u0457\u043d\u0438-\u043e\u043a\u0443\u043f\u0430\u043d\u0442\u0430 \u0442\u0430 \u043d\u0435 \u043f\u043e\u043f\u043e\u0432\u043d\u044e\u0439\u0442\u0435 \u0457\u0445 \u0431\u044e\u0434\u0436\u0435\u0442!",
    "version": "1.0.7",
    "manifest_version": 3,
    "icons": {
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "\/scripts\/main.js",
                "\/scripts\/config.js",
                "\/scripts\/src\/utils.js",
                "\/scripts\/src\/company\/company.js",
                "\/scripts\/src\/company\/companyLoader.js",
                "\/scripts\/src\/content\/blood.js",
                "\/scripts\/src\/content\/buttonsPanel.js",
                "\/images\/blood.png"
            ]
        }
    ],
    "action": {
        "default_popup": "\/popup.html",
        "default_icon": {
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    }
}