Tzofar - Red Alert
The best extension for rockets sirens alerts and other threats in Israel
What is Tzofar - Red Alert?
Tzofar - Red Alert is a Chrome extension developed by itaiguli, and its main feature is "The best extension for rockets sirens alerts and other threats in Israel".
Extension Screenshots
Download Tzofar - Red Alert Extension CRX File
Download Tzofar - Red Alert 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
- התוסף הרשמי של אפליקציית צופר - קבלת התרעות צבע אדום ואיומים שונים ברחבי הארץ. התוסף כולל אפשרויות שונות בהן בחירת יישובי עניין, חיווי קולי של שמות הישובים יחד עם שם האיום, בחירת צלילי התרעה, תצוגת מפה בחלון קופץ, בחירת האיומים הרלוונטים לקבלת התרעות, צפייה בהתרעות האחרונות ועוד. בנוסף, התוסף מתריע על מגוון איומים שמפיץ פיקוד העורף, בהם צבע אדום (ירי רקטות וטילים), רעידת אדמה, חדירת כלי טיס, חדירת מחבלים ועוד - לצד ציון האיום בהתרעה. אתר צופר ואמצעי התרעה נוספים: https://www.tzevaadom.co.il/systems/ ------------------------------------- חשוב לציין, כי התוסף אינו רשמי, ולכן בכל זמן - יש להישמע להנחיות פיקוד העורף.
Extension Basic Information
Name | Tzofar - Red Alert |
ID | hpbdhanjafnpeeobgejmdaajkiamfdpi |
Official URL | https://chromewebstore.google.com/detail/tzofar-red-alert/hpbdhanjafnpeeobgejmdaajkiamfdpi |
Description | The best extension for rockets sirens alerts and other threats in Israel |
File Size | 4.33 MB |
Installation Count | 10,000 |
Current Version | 1.1.7 |
Last Updated | 2024-01-08 |
Publish Date | 2020-08-20 |
Rating | 4.94/5 Total 35 Ratings |
Developer | itaiguli |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tzevaadom.co.il |
Supported Languages | en,es,ru,iw,ar |
manifest.json | |
{ "background": { "page": "backgroundPage.html", "persistent": true }, "browser_action": { "default_icon": "img\/48.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "manifest_version": 2, "permissions": [ "*:\/\/tzevaadom.co.il\/*", "*:\/\/*.tzevaadom.co.il\/*", "background", "notifications", "storage" ], "name": "__MSG_appTitle__", "short_name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "default_locale": "he", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7", "web_accessible_resources": [ "logo.png", "alert.html" ] } |