YOUTUBOOKMARK (Bookmark, YouTube, watch time)
It provides a function to bookmark the viewing time while watching YouTube videos.
Τι είναι το YOUTUBOOKMARK (Bookmark, YouTube, watch time);
Το YOUTUBOOKMARK (Bookmark, YouTube, watch time) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yhcho0405, και η κύρια λειτουργία του είναι "It provides a function to bookmark the viewing time while watching YouTube videos.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YOUTUBOOKMARK (Bookmark, YouTube, watch time)
Λήψη αρχείων επέκτασης YOUTUBOOKMARK (Bookmark, YouTube, watch time) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You can bookmark the video segments you want!!
Βασικές Πληροφορίες Επέκτασης
Όνομα | YOUTUBOOKMARK (Bookmark, YouTube, watch time) |
ID | fhbaihahknhibdhgddjnekoffmjbpikm |
Επίσημο URL | https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm |
Περιγραφή | It provides a function to bookmark the viewing time while watching YouTube videos. |
Μέγεθος Αρχείου | 65.97 KB |
Αριθμός Εγκαταστάσεων | 53 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2020-02-04 |
Ημερομηνία Δημοσίευσης | 2020-02-04 |
Αξιολόγηση | 4.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | yhcho0405 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |