YOUTUBOOKMARK (Bookmark, YouTube, watch time)
It provides a function to bookmark the viewing time while watching YouTube videos.
Cos'è YOUTUBOOKMARK (Bookmark, YouTube, watch time)?
YOUTUBOOKMARK (Bookmark, YouTube, watch time) è un'estensione di Chrome sviluppata da yhcho0405, e la sua funzione principale è "It provides a function to bookmark the viewing time while watching YouTube videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YOUTUBOOKMARK (Bookmark, YouTube, watch time)
Scarica i file di estensione YOUTUBOOKMARK (Bookmark, YouTube, watch time) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
You can bookmark the video segments you want!!
Informazioni di Base sull'Estensione
Nome | |
ID | fhbaihahknhibdhgddjnekoffmjbpikm |
URL Ufficiale | https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm |
Descrizione | It provides a function to bookmark the viewing time while watching YouTube videos. |
Dimensione del File | 65.97 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-02-04 |
Data di Pubblicazione | 2020-02-04 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | yhcho0405 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |