StopDiiaCity

Stop Diia City

What is StopDiiaCity?

StopDiiaCity is a Chrome extension developed by https://stopdiiacity.u8hub.com, and its main feature is "Stop Diia City".

Extension Screenshots

screenshot

Download StopDiiaCity Extension CRX File

Download StopDiiaCity 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

                        Warning modal about companies thats want use special government mode "Diia City" like belarusian PHT (park of high technologies).

There are lot of ukrainian engineers that oppose "Diia City" so exists official petition to goverment https://petition.president.gov.ua/petition/114468
So this extension for this 25465 engineers

This extension only make modal after check URL on server by "Diia City"

Застереження що компанія ймовірно підтримує Дія Сіті, StopDiiaCity.

Також підписуйте петицію про ветування https://petition.president.gov.ua/petition/119860                    

Extension Basic Information

Name StopDiiaCity StopDiiaCity
ID omhhpgmnkkhepkpifbgbbjenlibgmolo
Official URL https://chromewebstore.google.com/detail/stopdiiacity/omhhpgmnkkhepkpifbgbbjenlibgmolo
Description Stop Diia City
File Size 7.65 KB
Installation Count 852
Current Version 1.0.8
Last Updated 2021-09-11
Publish Date 2021-06-19
Rating 4.88/5 Total 17 Ratings
Developer https://stopdiiacity.u8hub.com
Email [email protected]
Payment Type free
Extension Website https://stopdiiacity.u8hub.app/
Help Page URL https://stopdiiacity.u8hub.app/
Supported Languages uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StopDiiaCity",
    "description": "Stop Diia City",
    "version": "1.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/jobs.dou.ua\/companies\/*",
                "https:\/\/djinni.co\/jobs\/*",
                "https:\/\/www.linkedin.com\/company\/*"
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/stopdiiacity.u8hub.com\/"
}