Youtube subscriptions
Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
O que é Youtube subscriptions?
Youtube subscriptions é uma extensão do Chrome desenvolvida por REKORD, e sua principal característica é "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube subscriptions
Baixe arquivos de extensão Youtube subscriptions 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
The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.
Informações Básicas da Extensão
Nome | Youtube subscriptions |
ID | bddhdhnlblfihpgogfinakagjkkcgnai |
URL Oficial | https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai |
Descrição | Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube |
Tamanho do Arquivo | 13.78 KB |
Contagem de Instalações | 1,928 |
Versão Atual | 1.0.5 |
Última Atualização | 2021-02-15 |
Data de Publicação | 2019-03-14 |
Classificação | 2.82/5 Total de 11 Avaliações |
Desenvolvedor | REKORD |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube", "icons": { "128": "icons\/logo.png" }, "manifest_version": 2, "name": "Youtube subscriptions", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |