YouTube™ Redirector

Automatically redirects logged in users to the subscriptions page.

Cos'è YouTube™ Redirector?

YouTube™ Redirector è un'estensione di Chrome sviluppata da https://mrkannah.com, e la sua funzione principale è "Automatically redirects logged in users to the subscriptions page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube™ Redirector

Scarica i file di estensione YouTube™ Redirector 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

                        An extension that redirects logged in users from the youtube homepage to their subscriptions page.

To enable the extension the user must be on youtube.com. Clicking the extension icon will display a menu with the options for the extension.                    

Informazioni di Base sull'Estensione

Nome YouTube™ Redirector YouTube™ Redirector
ID fnlklbjlpkkdnelohembgpdahpfpfcbp
URL Ufficiale https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp
Descrizione Automatically redirects logged in users to the subscriptions page.
Dimensione del File 44.4 KB
Conteggio Installazioni 62
Versione Corrente 2.2.0
Ultimo Aggiornamento 2017-10-18
Data di Pubblicazione 2017-10-17
Valutazione 2.33/5 Totale 6 Valutazioni
Sviluppatore https://mrkannah.com
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Redirector",
    "version": "2.2.0",
    "description": "Automatically redirects logged in users to the subscriptions page.",
    "background": {
        "scripts": [
            "scripts\/raven.min.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icons\/off-48.png",
        "default_title": "YouTube Redirector",
        "default_popup": "popUp\/popUp.html"
    },
    "content_security_policy": " script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "*:\/\/*.youtube.com\/*"
    ],
    "homepage_url": "http:\/\/mrkannah.com\/",
    "manifest_version": 2
}