yyynet

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

yyynetคืออะไร?

yyynet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Harel และคุณลักษณะหลักของมันคือ "For times when life in Israel is just not dramatic enough."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย yyynet

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}