YouTube Endcard Controller

Hide or show endcards on YouTube

ما هو YouTube Endcard Controller؟

YouTube Endcard Controller هو إضافة Chrome تم تطويرها بواسطة schmidlidev، والميزة الرئيسية لها هي "Hide or show endcards on YouTube".

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

screenshot

تحميل ملف CRX للإضافة YouTube Endcard Controller

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

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

                        Features

* Toggle between showing and hiding intrusive YouTube Endcards.
* Control is integrated seamlessly into the YouTube video player settings.
* No annoying badge icon on your browser like other extensions.
* Current selection is remembered across sessions and even across devices.                    

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

الاسم YouTube Endcard Controller YouTube Endcard Controller
ID dhcmfnihepmjalbfgelbfoecmmjjbinh
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh
الوصف Hide or show endcards on YouTube
حجم الملف 4.73 KB
عدد التثبيتات 523
النسخة الحالية 1.0.0
آخر تحديث 2020-12-06
تاريخ النشر 2020-12-02
تقييم 5.00/5 مجموع تقييمات 6
المطور schmidlidev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Endcard Controller",
    "version": "1.0.0",
    "description": "Hide or show endcards on YouTube",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}