Utip for Youtube
Automatically open a popup when you like a youtube video with a utip link in description.
Wat is Utip for Youtube?
Utip for Youtube is een Chrome-extensie ontwikkeld door jorand, en de belangrijkste functie is "Automatically open a popup when you like a youtube video with a utip link in description.".
Extensie Screenshots
Download het CRX-bestand van de extensie Utip for Youtube
Download Utip for Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dbncpgcmohkdhaakdachojjgfcgcfnna |
Officiële URL | https://chrome.google.com/webstore/detail/utip-for-youtube/dbncpgcmohkdhaakdachojjgfcgcfnna |
Beschrijving | Automatically open a popup when you like a youtube video with a utip link in description. |
Bestandsgrootte | 52.21 KB |
Aantal Installaties | 65 |
Huidige Versie | 0.7.5 |
Laatst Bijgewerkt | 2019-04-26 |
Publicatiedatum | 2019-04-26 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | jorand |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Jorand/chrome-utip-for-youtube |
Ondersteunde Talen | 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" } |