StopDiiaCity

Stop Diia City

ما هو StopDiiaCity؟

StopDiiaCity هو إضافة Chrome تم تطويرها بواسطة https://stopdiiacity.u8hub.com، والميزة الرئيسية لها هي "Stop Diia City".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة StopDiiaCity

قم بتنزيل ملفات الامتداد StopDiiaCity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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/
عنوان صفحة المساعدة 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\/"
}