yyynet

For times when life in Israel is just not dramatic enough.

Qu'est-ce que yyynet ?

yyynet est une extension Chrome développée par Jonathan Harel, et sa fonction principale est "For times when life in Israel is just not dramatic enough.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension yyynet

Téléchargez les fichiers d'extension yyynet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        החדשות בארץ לא דרמטיות מספיק עבורך? הנה התוסף שישים לזה סוף. עובד עם שלושת אתרי החדשות המובילים בארץ.

**הבהרה: התוסף הינו תוסף סאטירי לחלוטין. אין לייחס לתכנים שום חשיבות או משמעות מעבר להלצה.**                    

Informations de Base sur l'Extension

Nom yyynet yyynet
ID lkpgoinjncaeooegkekdkepbnmgiehod
URL Officiel https://chromewebstore.google.com/detail/yyynet/lkpgoinjncaeooegkekdkepbnmgiehod
Description For times when life in Israel is just not dramatic enough.
Taille du Fichier 18.93 KB
Nombre d'Installations 15
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2021-12-24
Date de Publication 2021-12-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur Jonathan Harel
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/1d438449-92c5-49ba-b2f4-b3ad2566a600
Langues Prises en Charge 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"
    }
}