צבע אדום ועדכונים בזמן אמת מהחדשות
האפליקציה מתריעה על צבע אדום בזמן אמת ומציגה עדכוני חדשות בזמן אמת מאתרי החדשות
What is צבע אדום ועדכונים בזמן אמת מהחדשות?
צבע אדום ועדכונים בזמן אמת מהחדשות is a Chrome extension developed by asrafniv, 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 | gfoghhiljmlpfphheocobkhnhpfmgolo |
Official URL | https://chrome.google.com/webstore/detail/%D7%A6%D7%91%D7%A2-%D7%90%D7%93%D7%95%D7%9D-%D7%95%D7%A2%D7%93%D7%9B%D7%95%D7%A0%D7%99%D7%9D-%D7%91%D7%96%D7%9E%D7%9F-%D7%90%D7%9E/gfoghhiljmlpfphheocobkhnhpfmgolo |
Description | האפליקציה מתריעה על צבע אדום בזמן אמת ומציגה עדכוני חדשות בזמן אמת מאתרי החדשות |
File Size | 67.68 KB |
Installation Count | 764 |
Current Version | 2.0 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 3.50/5 Total 6 Ratings |
Developer | asrafniv |
[email protected] | |
Payment Type | free |
Supported Languages | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u05e6\u05d1\u05e2 \u05d0\u05d3\u05d5\u05dd \u05d5\u05e2\u05d3\u05db\u05d5\u05e0\u05d9\u05dd \u05d1\u05d6\u05de\u05df \u05d0\u05de\u05ea \u05de\u05d4\u05d7\u05d3\u05e9\u05d5\u05ea", "description": "\u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05de\u05ea\u05e8\u05d9\u05e2\u05d4 \u05e2\u05dc \u05e6\u05d1\u05e2 \u05d0\u05d3\u05d5\u05dd \u05d1\u05d6\u05de\u05df \u05d0\u05de\u05ea \u05d5\u05de\u05e6\u05d9\u05d2\u05d4 \u05e2\u05d3\u05db\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9\u05d5\u05ea \u05d1\u05d6\u05de\u05df \u05d0\u05de\u05ea \u05de\u05d0\u05ea\u05e8\u05d9 \u05d4\u05d7\u05d3\u05e9\u05d5\u05ea", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "version": "2.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/www.oref.org.il\/", "notifications" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "icon48.png" ] } |