Kosher Play

Kosher Play Web Filtering

Kosher Play란 무엇입니까?

Kosher Play은(는) Smart Filtering에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kosher Play Web Filtering"입니다.

확장 프로그램 스크린샷

screenshot

Kosher Play 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

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

확장 프로그램 기본 정보

이름 Kosher Play Kosher Play
ID oidhaahkhjebbbnhcfalgfcnhcoabkoc
공식 URL https://chromewebstore.google.com/detail/kosher-play/oidhaahkhjebbbnhcfalgfcnhcoabkoc
설명 Kosher Play Web Filtering
파일 크기 51.12 KB
설치 횟수 756
현재 버전 5.2
최근 업데이트 2023-03-17
출시 날짜 2021-04-11
평점 5.00/5 총 3 개의 평점
개발자 Smart Filtering
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kosherplay.co.il/home/
도움말 페이지 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/
지원되는 언어 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
}