yyynet
For times when life in Israel is just not dramatic enough.
Wat is yyynet?
yyynet is een Chrome-extensie ontwikkeld door Jonathan Harel, en de belangrijkste functie is "For times when life in Israel is just not dramatic enough.".
Extensie Screenshots
Download het CRX-bestand van de extensie yyynet
Download yyynet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
החדשות בארץ לא דרמטיות מספיק עבורך? הנה התוסף שישים לזה סוף. עובד עם שלושת אתרי החדשות המובילים בארץ.
**הבהרה: התוסף הינו תוסף סאטירי לחלוטין. אין לייחס לתכנים שום חשיבות או משמעות מעבר להלצה.** Basisinformatie over de Extensie
| Naam | |
| ID | lkpgoinjncaeooegkekdkepbnmgiehod |
| Officiële URL | https://chromewebstore.google.com/detail/yyynet/lkpgoinjncaeooegkekdkepbnmgiehod |
| Beschrijving | For times when life in Israel is just not dramatic enough. |
| Bestandsgrootte | 18.93 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 0.0.0.2 |
| Laatst Bijgewerkt | 2021-12-24 |
| Publicatiedatum | 2021-12-22 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Jonathan Harel |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/1d438449-92c5-49ba-b2f4-b3ad2566a600 |
| Ondersteunde Talen | 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"
}
} | |