Silent YouTube Ads

Moral silencing of YouTube ads.

ما هو Silent YouTube Ads؟

Silent YouTube Ads هو إضافة Chrome تم تطويرها بواسطة tim، والميزة الرئيسية لها هي "Moral silencing of YouTube ads.".

تحميل ملف CRX للإضافة Silent YouTube Ads

قم بتنزيل ملفات الامتداد Silent YouTube Ads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Silences the YouTube video element when ads play.  This will not skip ads until the user has sat through the required delay.  This extension will automatically close any ads once YouTube deems them available to close.                    

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

الاسم Silent YouTube Ads Silent YouTube Ads
ID gegfmphboiphopkkfgkablkljmlcoldg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/silent-youtube-ads/gegfmphboiphopkkfgkablkljmlcoldg
الوصف Moral silencing of YouTube ads.
حجم الملف 5.61 KB
عدد التثبيتات 97
النسخة الحالية 0.1.4
آخر تحديث 2015-05-22
تاريخ النشر 2015-05-22
تقييم 4.38/5 مجموع تقييمات 8
المطور tim
نوع الدفع free
اللغات المدعومة en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Silent YouTube Ads",
    "author": "Tim Branyen (@tbranyen)",
    "version": "0.1.4",
    "description": "Moral silencing of YouTube ads.",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/watch*",
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/**\/*",
        "js\/contentscript.js.map"
    ]
}