Utip for Youtube
Automatically open a popup when you like a youtube video with a utip link in description.
Cos'è Utip for Youtube?
Utip for Youtube è un'estensione di Chrome sviluppata da jorand, e la sua funzione principale è "Automatically open a popup when you like a youtube video with a utip link in description.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Utip for Youtube
Scarica i file di estensione Utip for Youtube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dbncpgcmohkdhaakdachojjgfcgcfnna |
URL Ufficiale | https://chrome.google.com/webstore/detail/utip-for-youtube/dbncpgcmohkdhaakdachojjgfcgcfnna |
Descrizione | Automatically open a popup when you like a youtube video with a utip link in description. |
Dimensione del File | 52.21 KB |
Conteggio Installazioni | 65 |
Versione Corrente | 0.7.5 |
Ultimo Aggiornamento | 2019-04-26 |
Data di Pubblicazione | 2019-04-26 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | jorand |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Jorand/chrome-utip-for-youtube |
Lingue Supportate | 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" } |