YT End Cards Hider

YT End Cards Hider

Co je YT End Cards Hider?

YT End Cards Hider je rozšíření Chrome vyvinuté Ayudh Kumar Gupta, a jeho hlavní funkcí je „YT End Cards Hider“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YT End Cards Hider

Stáhněte si soubory rozšíření YT End Cards Hider ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YT End Cards Hider YT End Cards Hider
ID jokabnhdpdjkpncammcloeagdnnooima
Oficiální URL https://chromewebstore.google.com/detail/yt-end-cards-hider/jokabnhdpdjkpncammcloeagdnnooima
Popis YT End Cards Hider
Velikost souboru 12.68 KB
Počet instalací 1,100
Aktuální Verze 1.0
Poslední Aktualizace 2020-05-07
Datum Vydání 2020-05-07
Hodnocení 4.73/5 Celkem 15 Hodnocení
Vývojář Ayudh Kumar Gupta
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}