YouTube™ Redirector

Automatically redirects logged in users to the subscriptions page.

¿Qué es YouTube™ Redirector?

YouTube™ Redirector es una extensión de Chrome desarrollada por https://mrkannah.com, y su función principal es "Automatically redirects logged in users to the subscriptions page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión YouTube™ Redirector

Descarga archivos de extensión YouTube™ Redirector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre YouTube™ Redirector YouTube™ Redirector
ID fnlklbjlpkkdnelohembgpdahpfpfcbp
URL Oficial https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp
Descripción Automatically redirects logged in users to the subscriptions page.
Tamaño del Archivo 44.4 KB
Cantidad de Instalaciones 62
Versión Actual 2.2.0
Última Actualización 2017-10-18
Fecha de Publicación 2017-10-17
Calificación 2.33/5 Total de 6 Calificaciones
Desarrollador https://mrkannah.com
Tipo de Pago free
Idiomas Soportados 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
}