YT End Cards Hider

YT End Cards Hider

What is YT End Cards Hider?

YT End Cards Hider is a Chrome extension developed by Ayudh Kumar Gupta, and its main feature is "YT End Cards Hider".

Extension Screenshots

screenshot
screenshot
screenshot

Download YT End Cards Hider Extension CRX File

Download YT End Cards Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hide annoying End Cards from YouTube videos. Remove suggested videos that show up as thumbnails at the end of a YouTube video with this simple extension.                    

Extension Basic Information

Name YT End Cards Hider YT End Cards Hider
ID jokabnhdpdjkpncammcloeagdnnooima
Official URL https://chromewebstore.google.com/detail/yt-end-cards-hider/jokabnhdpdjkpncammcloeagdnnooima
Description YT End Cards Hider
File Size 12.68 KB
Installation Count 1,100
Current Version 1.0
Last Updated 2020-05-07
Publish Date 2020-05-07
Rating 4.73/5 Total 15 Ratings
Developer Ayudh Kumar Gupta
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT End Cards Hider",
    "version": "1.0",
    "description": "YT End Cards Hider",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}