YouTube viewer

Keep tracking your favorite youtube channels with less hassle

O que é YouTube viewer?

YouTube viewer é uma extensão do Chrome desenvolvida por AXeL-dev, e sua principal característica é "Keep tracking your favorite youtube channels with less hassle".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube viewer

Baixe arquivos de extensão YouTube viewer 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

                        YouTube channels tracking made easy                    

Informações Básicas da Extensão

Nome YouTube viewer YouTube viewer
ID lmcpajkgakbmgbjfmgomhpmmpfaadpdp
URL Oficial https://chromewebstore.google.com/detail/youtube-viewer/lmcpajkgakbmgbjfmgomhpmmpfaadpdp
Descrição Keep tracking your favorite youtube channels with less hassle
Tamanho do Arquivo 1.65 MB
Contagem de Instalações 139
Versão Atual 1.4.5
Última Atualização 2022-11-12
Data de Publicação 2021-10-02
Desenvolvedor AXeL-dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AXeL-dev/youtube-viewer
URL da Página de Ajuda https://github.com/AXeL-dev/youtube-viewer/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.4.5",
    "default_locale": "en",
    "description": "__MSG_extensionDesc__",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "web_accessible_resources": [
        "icons\/*.png",
        "listener.js"
    ],
    "browser_action": {
        "default_icon": "icons\/128.png"
    },
    "options_ui": {
        "page": "index.html#settings",
        "open_in_tab": true
    },
    "background": {
        "page": "index.html#background"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "static\/js\/browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "author": "AXeL-dev",
    "homepage_url": "https:\/\/github.com\/AXeL-dev\/youtube-viewer",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "contextMenus"
    ]
}