Youtube's Annotations No More

Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…

ما هو Youtube's Annotations No More؟

Youtube's Annotations No More هو إضافة Chrome تم تطويرها بواسطة Daniel Kladnik، والميزة الرئيسية لها هي "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Youtube's Annotations No More

قم بتنزيل ملفات الامتداد Youtube's Annotations No More بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Disable Youtube's annotations. That's it :)

Support the development, please:
PayPal: https://www.paypal.me/kiboke
Flattr: https://flattr.com/@kiboke                    

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

الاسم Youtube's Annotations No More Youtube's Annotations No More
ID fajnlldimiiipghabjgnbdidcnkghkgn
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn
الوصف Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
حجم الملف 22.52 KB
عدد التثبيتات 3,436
النسخة الحالية 0.7
آخر تحديث 2019-12-12
تاريخ النشر 2019-12-12
تقييم 4.38/5 مجموع تقييمات 29
المطور Daniel Kladnik
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.kiboke-studio.hr/browser-extensions/
عنوان صفحة المساعدة https://www.kiboke-studio.hr/browser-extensions/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube's Annotations No More",
    "short_name": "Disable Youtube's annotations.",
    "version": "0.7",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik @ kiboke studio",
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "background": {
        "scripts": [
            "data\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "data\/style.css"
            ]
        }
    ]
}