Utip for Youtube
Automatically open a popup when you like a youtube video with a utip link in description.
什麼是Utip for Youtube?
Utip for Youtube是由jorand開發的Chrome擴展程式,該擴展的主要功能是“Automatically open a popup when you like a youtube video with a utip link in description.”。
擴展截圖
下載Utip for Youtube擴展crx文件
下載Utip for Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | dbncpgcmohkdhaakdachojjgfcgcfnna |
官方網址 | https://chrome.google.com/webstore/detail/utip-for-youtube/dbncpgcmohkdhaakdachojjgfcgcfnna |
簡介 | Automatically open a popup when you like a youtube video with a utip link in description. |
檔案大小 | 52.21 KB |
安裝次數 | 65 |
目前版本 | 0.7.5 |
更新時間 | 2019-04-26 |
上架時間 | 2019-04-26 |
評分 | 5.00/5 共 3 次評分 |
開發者 | jorand |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Jorand/chrome-utip-for-youtube |
支援的語言 | 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" } |