YouTube™ Redirector

Automatically redirects logged in users to the subscriptions page.

O que é YouTube™ Redirector?

YouTube™ Redirector é uma extensão do Chrome desenvolvida por https://mrkannah.com, e sua principal característica é "Automatically redirects logged in users to the subscriptions page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube™ Redirector

Baixe arquivos de extensão YouTube™ Redirector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome YouTube™ Redirector YouTube™ Redirector
ID fnlklbjlpkkdnelohembgpdahpfpfcbp
URL Oficial https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp
Descrição Automatically redirects logged in users to the subscriptions page.
Tamanho do Arquivo 44.4 KB
Contagem de Instalações 62
Versão Atual 2.2.0
Última Atualização 2017-10-18
Data de Publicação 2017-10-17
Classificação 2.33/5 Total de 6 Avaliações
Desenvolvedor https://mrkannah.com
Tipo de Pagamento free
Idiomas Suportados 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
}