Kosher Play
Kosher Play Web Filtering
Cos'è Kosher Play?
Kosher Play è un'estensione di Chrome sviluppata da Smart Filtering, e la sua funzione principale è "Kosher Play Web Filtering".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kosher Play
Scarica i file di estensione Kosher Play in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
כשר פליי - סינון מחשב.
תוסף זה נדרש להפעלת הסינון.
האפליקציה חוסמת את הגישה לאתרים בלתי הולמים ונותנת לכם גלישה בשקט נפשי.
להפעלה פנו אלינו
[email protected] Informazioni di Base sull'Estensione
| Nome | |
| ID | oidhaahkhjebbbnhcfalgfcnhcoabkoc |
| URL Ufficiale | https://chromewebstore.google.com/detail/kosher-play/oidhaahkhjebbbnhcfalgfcnhcoabkoc |
| Descrizione | Kosher Play Web Filtering |
| Dimensione del File | 51.12 KB |
| Conteggio Installazioni | 756 |
| Versione Corrente | 5.2 |
| Ultimo Aggiornamento | 2023-03-17 |
| Data di Pubblicazione | 2021-04-11 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Smart Filtering |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://kosherplay.co.il/home/ |
| URL della Pagina di Aiuto | 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/ |
| Lingue Supportate | 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
} | |