StopDiiaCity
Stop Diia City
什么是StopDiiaCity?
StopDiiaCity是由https://stopdiiacity.u8hub.com开发的Chrome扩展程序,该扩展的主要功能是“Stop Diia City”。
扩展截图
下载StopDiiaCity扩展crx文件
下载StopDiiaCity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | StopDiiaCity |
ID | omhhpgmnkkhepkpifbgbbjenlibgmolo |
官方URL | https://chromewebstore.google.com/detail/stopdiiacity/omhhpgmnkkhepkpifbgbbjenlibgmolo |
简介 | Stop Diia City |
文件大小 | 7.65 KB |
安装次数 | 852 |
当前版本 | 1.0.8 |
更新时间 | 2021-09-11 |
上架时间 | 2021-06-19 |
评分 | 4.88/5 共17次评分 |
开发者 | https://stopdiiacity.u8hub.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://stopdiiacity.u8hub.app/ |
帮助页面URL | https://stopdiiacity.u8hub.app/ |
支持的语言 | 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\/" } |