YOUTUBOOKMARK (Bookmark, YouTube, watch time)
It provides a function to bookmark the viewing time while watching YouTube videos.
Apa itu YOUTUBOOKMARK (Bookmark, YouTube, watch time)?
YOUTUBOOKMARK (Bookmark, YouTube, watch time) adalah ekstensi Chrome yang dikembangkan oleh yhcho0405, dan fitur utamanya adalah "It provides a function to bookmark the viewing time while watching YouTube videos.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YOUTUBOOKMARK (Bookmark, YouTube, watch time)
Unduh file ekstensi YOUTUBOOKMARK (Bookmark, YouTube, watch time) 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
You can bookmark the video segments you want!!
Informasi Dasar Ekstensi
Nama | YOUTUBOOKMARK (Bookmark, YouTube, watch time) |
ID | fhbaihahknhibdhgddjnekoffmjbpikm |
URL Resmi | https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm |
Deskripsi | It provides a function to bookmark the viewing time while watching YouTube videos. |
Ukuran File | 65.97 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-02-04 |
Tanggal Publikasi | 2020-02-04 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | yhcho0405 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YOUTUBOOKMARK (Bookmark, YouTube, watch time)", "version": "1.0.2", "description": "It provides a function to bookmark the viewing time while watching YouTube videos.", "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] }, { "matches": [ "https:\/\/apis.google.com\/*" ], "all_frames": true, "js": [ "script.js" ] } ], "browser_action": { "default_icon": "icontt.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |