StopDiiaCity

Stop Diia City

Apa itu StopDiiaCity?

StopDiiaCity adalah ekstensi Chrome yang dikembangkan oleh https://stopdiiacity.u8hub.com, dan fitur utamanya adalah "Stop Diia City".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi StopDiiaCity

Unduh file ekstensi StopDiiaCity dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama StopDiiaCity StopDiiaCity
ID omhhpgmnkkhepkpifbgbbjenlibgmolo
URL Resmi https://chromewebstore.google.com/detail/stopdiiacity/omhhpgmnkkhepkpifbgbbjenlibgmolo
Deskripsi Stop Diia City
Ukuran File 7.65 KB
Jumlah Instalasi 852
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2021-09-11
Tanggal Publikasi 2021-06-19
Penilaian 4.88/5 Total 17 Penilaian
Pengembang https://stopdiiacity.u8hub.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://stopdiiacity.u8hub.app/
URL Halaman Bantuan https://stopdiiacity.u8hub.app/
Bahasa yang Didukung 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\/"
}