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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jorand และคุณลักษณะหลักของมันคือ "Automatically open a popup when you like a youtube video with a utip link in description."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Utip for Youtube
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |