Utip for Youtube
Automatically open a popup when you like a youtube video with a utip link in description.
O que é Utip for Youtube?
Utip for Youtube é uma extensão do Chrome desenvolvida por jorand, e sua principal característica é "Automatically open a popup when you like a youtube video with a utip link in description.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Utip for Youtube
Baixe arquivos de extensão Utip for Youtube 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
Automatically display a easily visible button under the youtube video if a utip link is in the description and can also open the utip link when you hit the like button of the video. ♥ Made with love by a subscriber ! New features : - Possibility to choose to activate the display of the popup click on the thumbs up - Now support old YouTube layout - Compatible with Iridium extension - Fix bug Tell me if you have any issues or ideas for improvements.
Informações Básicas da Extensão
Nome | |
ID | dbncpgcmohkdhaakdachojjgfcgcfnna |
URL Oficial | https://chrome.google.com/webstore/detail/utip-for-youtube/dbncpgcmohkdhaakdachojjgfcgcfnna |
Descrição | Automatically open a popup when you like a youtube video with a utip link in description. |
Tamanho do Arquivo | 52.21 KB |
Contagem de Instalações | 65 |
Versão Atual | 0.7.5 |
Última Atualização | 2019-04-26 |
Data de Publicação | 2019-04-26 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | jorand |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Jorand/chrome-utip-for-youtube |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Utip for Youtube", "version": "0.7.5", "description": "Automatically open a popup when you like a youtube video with a utip link in description.", "icons": { "128": "icon-128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "content.css" ], "js": [ "jquery.min.js", "content.js" ] } ], "permissions": [ "tabs", "storage" ], "author": "https:\/\/github.com\/Jorand" } |