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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |