צבע אדום

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

Wat is צבע אדום?

צבע אדום is een Chrome-extensie ontwikkeld door nir, en de belangrijkste functie is "התרעות צבע אדום כמו בטלוויזיה".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie צבע אדום

Download צבע אדום-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam צבע אדום צבע אדום
ID cbgpggmogpghljkmbgajbdgjlflichda
Officiële URL https://chromewebstore.google.com/detail/%D7%A6%D7%91%D7%A2-%D7%90%D7%93%D7%95%D7%9D/cbgpggmogpghljkmbgajbdgjlflichda
Beschrijving התרעות צבע אדום כמו בטלוויזיה
Bestandsgrootte 3.15 MB
Aantal Installaties 1,340
Huidige Versie 0.1.3
Laatst Bijgewerkt 2021-05-19
Publicatiedatum 2021-05-18
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar nir
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}