StopDiiaCity
Stop Diia City
Qu'est-ce que StopDiiaCity ?
StopDiiaCity est une extension Chrome développée par https://stopdiiacity.u8hub.com, et sa fonction principale est "Stop Diia City".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StopDiiaCity
Téléchargez les fichiers d'extension StopDiiaCity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | StopDiiaCity |
ID | omhhpgmnkkhepkpifbgbbjenlibgmolo |
URL Officiel | https://chromewebstore.google.com/detail/stopdiiacity/omhhpgmnkkhepkpifbgbbjenlibgmolo |
Description | Stop Diia City |
Taille du Fichier | 7.65 KB |
Nombre d'Installations | 852 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2021-09-11 |
Date de Publication | 2021-06-19 |
Évaluation | 4.88/5 Total 17 Évaluations |
Développeur | https://stopdiiacity.u8hub.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://stopdiiacity.u8hub.app/ |
URL de la Page d'Aide | https://stopdiiacity.u8hub.app/ |
Langues Prises en Charge | 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\/" } |