YOUTUBOOKMARK (Bookmark, YouTube, watch time)

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

Was ist YOUTUBOOKMARK (Bookmark, YouTube, watch time)?

YOUTUBOOKMARK (Bookmark, YouTube, watch time) ist eine Chrome-Erweiterung, die von yhcho0405 entwickelt wurde, und ihr Hauptmerkmal ist "It provides a function to bookmark the viewing time while watching YouTube videos.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

YOUTUBOOKMARK (Bookmark, YouTube, watch time)-Erweiterungs-CRX-Datei herunterladen

Laden Sie YOUTUBOOKMARK (Bookmark, YouTube, watch time)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        You can bookmark the video segments you want!!                    

Grundlegende Informationen zur Erweiterung

Name YOUTUBOOKMARK (Bookmark, YouTube, watch time) YOUTUBOOKMARK (Bookmark, YouTube, watch time)
ID fhbaihahknhibdhgddjnekoffmjbpikm
Offizielle URL https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm
Beschreibung It provides a function to bookmark the viewing time while watching YouTube videos.
Dateigröße 65.97 KB
Installationsanzahl 53
Aktuelle Version 1.0.2
Letztes Update 2020-02-04
Veröffentlichungsdatum 2020-02-04
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler yhcho0405
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}