Utip for Youtube
Automatically open a popup when you like a youtube video with a utip link in description.
What is Utip for Youtube?
Utip for Youtube is a Chrome extension developed by jorand, and its main feature is "Automatically open a popup when you like a youtube video with a utip link in description.".
Extension Screenshots
Download Utip for Youtube Extension CRX File
Download Utip for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dbncpgcmohkdhaakdachojjgfcgcfnna |
Official URL | https://chrome.google.com/webstore/detail/utip-for-youtube/dbncpgcmohkdhaakdachojjgfcgcfnna |
Description | Automatically open a popup when you like a youtube video with a utip link in description. |
File Size | 52.21 KB |
Installation Count | 65 |
Current Version | 0.7.5 |
Last Updated | 2019-04-26 |
Publish Date | 2019-04-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | jorand |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Jorand/chrome-utip-for-youtube |
Supported Languages | 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" } |