Utip for Youtube
Automatically open a popup when you like a youtube video with a utip link in description.
Utip for Youtube là gì?
Utip for Youtube là một tiện ích mở rộng Chrome được phát triển bởi jorand, và tính năng chính của nó là "Automatically open a popup when you like a youtube video with a utip link in description.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Utip for Youtube
Tải xuống các tệp mở rộng Utip for Youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dbncpgcmohkdhaakdachojjgfcgcfnna |
URL Chính Thức | https://chrome.google.com/webstore/detail/utip-for-youtube/dbncpgcmohkdhaakdachojjgfcgcfnna |
Mô tả | Automatically open a popup when you like a youtube video with a utip link in description. |
Kích Thước Tệp | 52.21 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 0.7.5 |
Cập Nhật Lần Cuối | 2019-04-26 |
Ngày Phát Hành | 2019-04-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | jorand |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Jorand/chrome-utip-for-youtube |
Ngôn Ngữ Được Hỗ Trợ | 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" } |