Kosher Play

Kosher Play Web Filtering

What is Kosher Play?

Kosher Play is a Chrome extension developed by Smart Filtering, and its main feature is "Kosher Play Web Filtering".

Extension Screenshots

screenshot

Download Kosher Play Extension CRX File

Download Kosher Play 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

                        כשר פליי - סינון מחשב.

תוסף זה נדרש להפעלת הסינון.

האפליקציה חוסמת את הגישה לאתרים בלתי הולמים ונותנת לכם גלישה בשקט נפשי.

להפעלה פנו אלינו
[email protected]                    

Extension Basic Information

Name Kosher Play Kosher Play
ID oidhaahkhjebbbnhcfalgfcnhcoabkoc
Official URL https://chromewebstore.google.com/detail/kosher-play/oidhaahkhjebbbnhcfalgfcnhcoabkoc
Description Kosher Play Web Filtering
File Size 51.12 KB
Installation Count 756
Current Version 5.2
Last Updated 2023-03-17
Publish Date 2021-04-11
Rating 5.00/5 Total 3 Ratings
Developer Smart Filtering
Email [email protected]
Payment Type free
Extension Website https://kosherplay.co.il/home/
Help Page URL https://kosherplay.co.il/home/%d7%a9%d7%99%d7%a8%d7%95%d7%aa-%d7%9c%d7%a7%d7%95%d7%97%d7%95%d7%aa/
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kosher Play",
    "version": "5.2",
    "description": "Kosher Play Web Filtering",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "tabs",
        "nativeMessaging",
        "storage",
        "http:\/\/localhost:9568\/api\/Ks"
    ],
    "icons": {
        "48": "ks_logo.png",
        "128": "ks_logo.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "ks_logo.png",
            "128": "ks_logo.png"
        }
    },
    "manifest_version": 2
}