Utip for Youtube
Automatically open a popup when you like a youtube video with a utip link in description.
Apa itu Utip for Youtube?
Utip for Youtube adalah ekstensi Chrome yang dikembangkan oleh jorand, dan fitur utamanya adalah "Automatically open a popup when you like a youtube video with a utip link in description.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Utip for Youtube
Unduh file ekstensi Utip for Youtube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dbncpgcmohkdhaakdachojjgfcgcfnna |
URL Resmi | https://chrome.google.com/webstore/detail/utip-for-youtube/dbncpgcmohkdhaakdachojjgfcgcfnna |
Deskripsi | Automatically open a popup when you like a youtube video with a utip link in description. |
Ukuran File | 52.21 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 0.7.5 |
Terakhir Diperbarui | 2019-04-26 |
Tanggal Publikasi | 2019-04-26 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | jorand |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Jorand/chrome-utip-for-youtube |
Bahasa yang Didukung | 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" } |