YOUTUBOOKMARK (Bookmark, YouTube, watch time)
It provides a function to bookmark the viewing time while watching YouTube videos.
Hvad er YOUTUBOOKMARK (Bookmark, YouTube, watch time)?
YOUTUBOOKMARK (Bookmark, YouTube, watch time) er en Chrome-udvidelse udviklet af yhcho0405, og dens hovedfunktion er "It provides a function to bookmark the viewing time while watching YouTube videos.".
Udvidelsesskærmbilleder
Download YOUTUBOOKMARK (Bookmark, YouTube, watch time)-udvidelses-CRX-fil
Download YOUTUBOOKMARK (Bookmark, YouTube, watch time)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
You can bookmark the video segments you want!!
Grundlæggende oplysninger om udvidelsen
Navn | YOUTUBOOKMARK (Bookmark, YouTube, watch time) |
ID | fhbaihahknhibdhgddjnekoffmjbpikm |
Officiel URL | https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm |
Beskrivelse | It provides a function to bookmark the viewing time while watching YouTube videos. |
Filstørrelse | 65.97 KB |
Antal Installationer | 53 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2020-02-04 |
Udgivelsesdato | 2020-02-04 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | yhcho0405 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |