StopDiiaCity

Stop Diia City

Was ist StopDiiaCity?

StopDiiaCity ist eine Chrome-Erweiterung, die von https://stopdiiacity.u8hub.com entwickelt wurde, und ihr Hauptmerkmal ist "Stop Diia City".

Erweiterungsscreenshots

screenshot

StopDiiaCity-Erweiterungs-CRX-Datei herunterladen

Laden Sie StopDiiaCity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name StopDiiaCity StopDiiaCity
ID omhhpgmnkkhepkpifbgbbjenlibgmolo
Offizielle URL https://chromewebstore.google.com/detail/stopdiiacity/omhhpgmnkkhepkpifbgbbjenlibgmolo
Beschreibung Stop Diia City
Dateigröße 7.65 KB
Installationsanzahl 852
Aktuelle Version 1.0.8
Letztes Update 2021-09-11
Veröffentlichungsdatum 2021-06-19
Bewertung 4.88/5 Insgesamt 17 Bewertungen
Entwickler https://stopdiiacity.u8hub.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://stopdiiacity.u8hub.app/
Hilfeseite URL https://stopdiiacity.u8hub.app/
Unterstützte Sprachen 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\/"
}