Youtube Channel Forwarder

Forwards all YouTube channel Home pages to their Videos page.

Cos'è Youtube Channel Forwarder?

Youtube Channel Forwarder è un'estensione di Chrome sviluppata da av6825, e la sua funzione principale è "Forwards all YouTube channel Home pages to their Videos page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube Channel Forwarder

Scarica i file di estensione Youtube Channel Forwarder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Youtube Channel Forwarder Youtube Channel Forwarder
ID pdokfmojfabmldekcoopfbfgfcahahab
URL Ufficiale https://chromewebstore.google.com/detail/youtube-channel-forwarder/pdokfmojfabmldekcoopfbfgfcahahab
Descrizione Forwards all YouTube channel Home pages to their Videos page.
Dimensione del File 14.61 KB
Conteggio Installazioni 13
Versione Corrente 1.3
Ultimo Aggiornamento 2021-06-30
Data di Pubblicazione 2018-08-19
Sviluppatore av6825
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}