צבע אדום

התרעות צבע אדום כמו בטלוויזיה

Cos'è צבע אדום?

צבע אדום è un'estensione di Chrome sviluppata da nir, e la sua funzione principale è "התרעות צבע אדום כמו בטלוויזיה".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione צבע אדום

Scarica i file di estensione צבע אדום 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

                        אפליקציה לא רשמית שמראה התרעות צבע אדום כמו בטלוויזיה
בכל אתר אינטרנט שאתם גולשים - אם יש התרעה של פיקוד העורף בזמן אמת - אתם תוכלו לראות 
 אותה. ניתן להגדיר גם האם להציג הודעה רועשת במחשב עם אזעקה במידה ויש התרעה ביישוב שלכם                    

Informazioni di Base sull'Estensione

Nome צבע אדום צבע אדום
ID cbgpggmogpghljkmbgajbdgjlflichda
URL Ufficiale https://chromewebstore.google.com/detail/%D7%A6%D7%91%D7%A2-%D7%90%D7%93%D7%95%D7%9D/cbgpggmogpghljkmbgajbdgjlflichda
Descrizione התרעות צבע אדום כמו בטלוויזיה
Dimensione del File 3.15 MB
Conteggio Installazioni 1,340
Versione Corrente 0.1.3
Ultimo Aggiornamento 2021-05-19
Data di Pubblicazione 2021-05-18
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore nir
Email [email protected]
Tipo di Pagamento free
Lingue Supportate iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u05e6\u05d1\u05e2 \u05d0\u05d3\u05d5\u05dd",
    "version": "0.1.3",
    "author": "Nir Tamir",
    "description": "\u05d4\u05ea\u05e8\u05e2\u05d5\u05ea \u05e6\u05d1\u05e2 \u05d0\u05d3\u05d5\u05dd \u05db\u05de\u05d5 \u05d1\u05d8\u05dc\u05d5\u05d5\u05d9\u05d6\u05d9\u05d4",
    "permissions": [
        "activeTab",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "icons": {
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "browser_action": {
        "default_icon": {
            "192": "logo192.png",
            "512": "logo512.png"
        },
        "default_title": "Popup",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "build\/injected.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "build\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}