Kosher Play
Kosher Play Web Filtering
Kosher Playとは何ですか?
Kosher PlayはSmart Filteringによって開発されたChromeの拡張機能で、その主な機能は「Kosher Play Web Filtering」です。
拡張機能のスクリーンショット
Kosher Play拡張機能のCRXファイルをダウンロード
Kosher Play拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
כשר פליי - סינון מחשב.
תוסף זה נדרש להפעלת הסינון.
האפליקציה חוסמת את הגישה לאתרים בלתי הולמים ונותנת לכם גלישה בשקט נפשי.
להפעלה פנו אלינו
[email protected] 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |