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.”。
擴展截圖
下載yyynet擴展crx文件
下載yyynet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        החדשות בארץ לא דרמטיות מספיק עבורך? הנה התוסף שישים לזה סוף. עובד עם שלושת אתרי החדשות המובילים בארץ.
**הבהרה: התוסף הינו תוסף סאטירי לחלוטין. אין לייחס לתכנים שום חשיבות או משמעות מעבר להלצה.**                     擴展基本資訊
| 名稱 |   |  
| ID | lkpgoinjncaeooegkekdkepbnmgiehod | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    }
}  |  |