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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة yyynet
قم بتنزيل ملفات الامتداد yyynet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
החדשות בארץ לא דרמטיות מספיק עבורך? הנה התוסף שישים לזה סוף. עובד עם שלושת אתרי החדשות המובילים בארץ. **הבהרה: התוסף הינו תוסף סאטירי לחלוטין. אין לייחס לתכנים שום חשיבות או משמעות מעבר להלצה.**
معلومات أساسية عن التمديد
الاسم | 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |