YOUTUBOOKMARK (Bookmark, YouTube, watch time)
It provides a function to bookmark the viewing time while watching YouTube videos.
Co to jest YOUTUBOOKMARK (Bookmark, YouTube, watch time)?
YOUTUBOOKMARK (Bookmark, YouTube, watch time) to rozszerzenie Chrome opracowane przez yhcho0405, a jego główną funkcją jest „It provides a function to bookmark the viewing time while watching YouTube videos.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YOUTUBOOKMARK (Bookmark, YouTube, watch time)
Pobierz pliki rozszerzeń YOUTUBOOKMARK (Bookmark, YouTube, watch time) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
You can bookmark the video segments you want!!
Podstawowe informacje o rozszerzeniu
Nazwa | YOUTUBOOKMARK (Bookmark, YouTube, watch time) |
ID | fhbaihahknhibdhgddjnekoffmjbpikm |
Oficjalny URL | https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm |
Opis | It provides a function to bookmark the viewing time while watching YouTube videos. |
Rozmiar pliku | 65.97 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2020-02-04 |
Data Publikacji | 2020-02-04 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | yhcho0405 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |