צבע אדום
התרעות צבע אדום כמו בטלוויזיה
What is צבע אדום?
צבע אדום is a Chrome extension developed by nir, and its main feature is "התרעות צבע אדום כמו בטלוויזיה".
Extension Screenshots
Download צבע אדום Extension CRX File
Download צבע אדום extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
אפליקציה לא רשמית שמראה התרעות צבע אדום כמו בטלוויזיה בכל אתר אינטרנט שאתם גולשים - אם יש התרעה של פיקוד העורף בזמן אמת - אתם תוכלו לראות אותה. ניתן להגדיר גם האם להציג הודעה רועשת במחשב עם אזעקה במידה ויש התרעה ביישוב שלכם
Extension Basic Information
Name | צבע אדום |
ID | cbgpggmogpghljkmbgajbdgjlflichda |
Official URL | https://chromewebstore.google.com/detail/%D7%A6%D7%91%D7%A2-%D7%90%D7%93%D7%95%D7%9D/cbgpggmogpghljkmbgajbdgjlflichda |
Description | התרעות צבע אדום כמו בטלוויזיה |
File Size | 3.15 MB |
Installation Count | 1,340 |
Current Version | 0.1.3 |
Last Updated | 2021-05-19 |
Publish Date | 2021-05-18 |
Rating | 3.00/5 Total 3 Ratings |
Developer | nir |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |