yyynet
For times when life in Israel is just not dramatic enough.
Cos'è yyynet?
yyynet è un'estensione di Chrome sviluppata da Jonathan Harel, e la sua funzione principale è "For times when life in Israel is just not dramatic enough.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione yyynet
Scarica i file di estensione yyynet 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
החדשות בארץ לא דרמטיות מספיק עבורך? הנה התוסף שישים לזה סוף. עובד עם שלושת אתרי החדשות המובילים בארץ. **הבהרה: התוסף הינו תוסף סאטירי לחלוטין. אין לייחס לתכנים שום חשיבות או משמעות מעבר להלצה.**
Informazioni di Base sull'Estensione
Nome | yyynet |
ID | lkpgoinjncaeooegkekdkepbnmgiehod |
URL Ufficiale | https://chromewebstore.google.com/detail/yyynet/lkpgoinjncaeooegkekdkepbnmgiehod |
Descrizione | For times when life in Israel is just not dramatic enough. |
Dimensione del File | 18.93 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2021-12-24 |
Data di Pubblicazione | 2021-12-22 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Jonathan Harel |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/1d438449-92c5-49ba-b2f4-b3ad2566a600 |
Lingue Supportate | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "yyynet", "description": "For times when life in Israel is just not dramatic enough.", "version": "0.0.0.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.ynet.co.il\/*", "https:\/\/*.walla.co.il\/*" ], "js": [ "content-script.js" ] }, { "matches": [ "https:\/\/*.mako.co.il\/*" ], "js": [ "content-script-mako.js" ] } ], "permissions": [], "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |