yyynet

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

yyynetとは何ですか?

yyynetはJonathan Harelによって開発されたChromeの拡張機能で、その主な機能は「For times when life in Israel is just not dramatic enough.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

yyynet拡張機能のCRXファイルをダウンロード

yyynet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 yyynet yyynet
ID lkpgoinjncaeooegkekdkepbnmgiehod
公式URL https://chromewebstore.google.com/detail/yyynet/lkpgoinjncaeooegkekdkepbnmgiehod
説明 For times when life in Israel is just not dramatic enough.
ファイルサイズ 18.93 KB
インストール数 15
現在のバージョン 0.0.0.2
最終更新日 2021-12-24
公開日 2021-12-22
評価 5.00/5 合計 3 レビュー
開発者 Jonathan Harel
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/1d438449-92c5-49ba-b2f4-b3ad2566a600
対応言語 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"
    }
}