You No Cards

Hide youtube end cards, which are displayed at the end of youtube videos

ما هو You No Cards؟

You No Cards هو إضافة Chrome تم تطويرها بواسطة Aniket، والميزة الرئيسية لها هي "Hide youtube end cards, which are displayed at the end of youtube videos".

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

screenshot
screenshot

تحميل ملف CRX للإضافة You No Cards

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

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

                        Hide YouTube end cards, which are displayed at the end of YouTube videos with a single click.

Youtube video end cards are custom created templates made clickable with help of Youtube annotations, but these can be really annoying at times, blocking the content of the video you are watching in the end.

Now you can easily disable these, just install this extension and click on the YouNoCards toolbar button to remove those cards.

It remembers your settings, meaning you don't have to re-enable YouNoCards on browser restart.                    

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

الاسم You No Cards You No Cards
ID ijjegnfpommcmglgjpifikbhnlbboikl
عنوان URL الرسمي https://chromewebstore.google.com/detail/you-no-cards/ijjegnfpommcmglgjpifikbhnlbboikl
الوصف Hide youtube end cards, which are displayed at the end of youtube videos
حجم الملف 11.71 KB
عدد التثبيتات 4,598
النسخة الحالية 1.0.0
آخر تحديث 2018-06-17
تاريخ النشر 2018-06-17
تقييم 4.43/5 مجموع تقييمات 28
المطور Aniket
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "You No Cards",
    "version": "1.0.0",
    "description": "Hide youtube end cards, which are displayed at the end of youtube videos",
    "background": {
        "scripts": [
            "libs\/control.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/system.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "You No Cards"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "themes\/simple.css",
        "libs\/system.js"
    ]
}