YOUTUBOOKMARK (Bookmark, YouTube, watch time)

It provides a function to bookmark the viewing time while watching YouTube videos.

Wat is YOUTUBOOKMARK (Bookmark, YouTube, watch time)?

YOUTUBOOKMARK (Bookmark, YouTube, watch time) is een Chrome-extensie ontwikkeld door yhcho0405, en de belangrijkste functie is "It provides a function to bookmark the viewing time while watching YouTube videos.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YOUTUBOOKMARK (Bookmark, YouTube, watch time)

Download YOUTUBOOKMARK (Bookmark, YouTube, watch time)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        You can bookmark the video segments you want!!                    

Basisinformatie over de Extensie

Naam YOUTUBOOKMARK (Bookmark, YouTube, watch time) YOUTUBOOKMARK (Bookmark, YouTube, watch time)
ID fhbaihahknhibdhgddjnekoffmjbpikm
Officiële URL https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm
Beschrijving It provides a function to bookmark the viewing time while watching YouTube videos.
Bestandsgrootte 65.97 KB
Aantal Installaties 53
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-02-04
Publicatiedatum 2020-02-04
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar yhcho0405
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}