Youtube Channel Forwarder

Forwards all YouTube channel Home pages to their Videos page.

Co je Youtube Channel Forwarder?

Youtube Channel Forwarder je rozšíření Chrome vyvinuté av6825, a jeho hlavní funkcí je „Forwards all YouTube channel Home pages to their Videos page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Youtube Channel Forwarder

Stáhněte si soubory rozšíření Youtube Channel Forwarder 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í

                        Youtube Channel Forwarder is a tiny app that forwards all youtube links to a channel's Home page to their Videos page. I created this app for myself because I hate being directed to the youtube channel Home page which usually includes an autoplaying video that I don't want to see.                    

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

Název Youtube Channel Forwarder Youtube Channel Forwarder
ID pdokfmojfabmldekcoopfbfgfcahahab
Oficiální URL https://chromewebstore.google.com/detail/youtube-channel-forwarder/pdokfmojfabmldekcoopfbfgfcahahab
Popis Forwards all YouTube channel Home pages to their Videos page.
Velikost souboru 14.61 KB
Počet instalací 13
Aktuální Verze 1.3
Poslední Aktualizace 2021-06-30
Datum Vydání 2018-08-19
Vývojář av6825
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Channel Forwarder",
    "version": "1.3",
    "description": "Forwards all YouTube channel Home pages to their Videos page.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Youtube Channel Forwarder"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}