Disable Ynet video auto play

Disable Ynet video play when reading an article

ما هو Disable Ynet video auto play؟

Disable Ynet video auto play هو إضافة Chrome تم تطويرها بواسطة ronilitman، والميزة الرئيسية لها هي "Disable Ynet video play when reading an article".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Disable Ynet video auto play

قم بتنزيل ملفات الامتداد Disable Ynet video auto play بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        You are entering Ynet and you see some interesting articles, you think to yourself - let's read some more!
You click on the article and BOOM! A noisy and annoying article video is starting to play. You are surprised and terrified, your whole family wakes up and complains that the volume is too high.

No more. With this extension Ynet won't start to play a video article again. Enjoy!                    

معلومات أساسية عن التمديد

الاسم Disable Ynet video auto play Disable Ynet video auto play
ID mnkmdndkebodhogighjpkmpndalbpjho
عنوان URL الرسمي https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho
الوصف Disable Ynet video play when reading an article
حجم الملف 100 KB
عدد التثبيتات 131
النسخة الحالية 1.0
آخر تحديث 2021-08-10
تاريخ النشر 2021-08-09
تقييم 5.00/5 مجموع تقييمات 3
المطور ronilitman
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Ynet video auto play",
    "description": "Disable Ynet video play when reading an article",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/ynet.co.il\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}