StopDiiaCity
Stop Diia City
Cos'è StopDiiaCity?
StopDiiaCity è un'estensione di Chrome sviluppata da https://stopdiiacity.u8hub.com, e la sua funzione principale è "Stop Diia City".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StopDiiaCity
Scarica i file di estensione StopDiiaCity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | StopDiiaCity |
ID | omhhpgmnkkhepkpifbgbbjenlibgmolo |
URL Ufficiale | https://chromewebstore.google.com/detail/stopdiiacity/omhhpgmnkkhepkpifbgbbjenlibgmolo |
Descrizione | Stop Diia City |
Dimensione del File | 7.65 KB |
Conteggio Installazioni | 852 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2021-09-11 |
Data di Pubblicazione | 2021-06-19 |
Valutazione | 4.88/5 Totale 17 Valutazioni |
Sviluppatore | https://stopdiiacity.u8hub.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://stopdiiacity.u8hub.app/ |
URL della Pagina di Aiuto | https://stopdiiacity.u8hub.app/ |
Lingue Supportate | 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\/" } |