שומר עיניים

Try to Keep your eyes safe

What is שומר עיניים?

שומר עיניים is a Chrome extension developed by https://www.shomer-i.org.il, and its main feature is "Try to Keep your eyes safe".

Extension Screenshots

screenshot
screenshot

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

                        סופסוף אפשר לשמור עיניים באינטרנט!
"שומר עיניים" הינו תוסף לדפדפן כרום המאפשר למשתמש לצפות באתרי אינטרנט כאשר התמונות מטושטשות.
ניתן לנטרל/לשפעל את הטישטוש פר תמונה.
ניתן לנטרל את התוסף ע"י בחירה ב"Disable" בתפריט של התוסף.
ניתן לנטרל את התוסף פר אתר מסויים ע"י בחירה ב"Trust Site" בתפריט של התוסף.
הפעלת התפריט של התוסף היא ע"י לחיצה על האייקון של תוסף למעלה.
* התוסף לא נועד להחליף מערכת של סינון אתרים אלא בא להשלים את ההגנה מכיוון שגם תחת הגנה הרמטית של מערכת סינון אתרים - בכניסה לאתרים "חרדיים" יש תמונות שלא עולות בקנה אחד עם ההלכה היהודית.

This extension enables users to blur disturbing images at websites.                    

Extension Basic Information

Name שומר עיניים שומר עיניים
ID keoooadbjfejaoooaghhplkkgjeimnfc
Official URL https://chromewebstore.google.com/detail/%D7%A9%D7%95%D7%9E%D7%A8-%D7%A2%D7%99%D7%A0%D7%99%D7%99%D7%9D/keoooadbjfejaoooaghhplkkgjeimnfc
Description Try to Keep your eyes safe
File Size 111 KB
Installation Count 61
Current Version 0.6.1
Last Updated 2022-08-22
Publish Date 2021-11-03
Rating 5.00/5 Total 2 Ratings
Developer https://www.shomer-i.org.il
Email [email protected]
Payment Type free
Extension Website https://www.shomer-i.org.il
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u05e9\u05d5\u05de\u05e8 \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd",
    "manifest_version": 3,
    "version": "0.6.1",
    "description": "Try to Keep your eyes safe",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "imgs\/blurEye2_128.png",
        "default_popup": "popup.htm",
        "default_title": "\u05e9\u05d5\u05de\u05e8 \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Logger.mjs",
                "StorageDal.mjs",
                "SiteConfigurationManager.mjs",
                "ElementsUtils.mjs",
                "ViewManager.mjs",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/blurEye2_25.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}