YOUTUBOOKMARK (Bookmark, YouTube, watch time)

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

Vad är YOUTUBOOKMARK (Bookmark, YouTube, watch time)?

YOUTUBOOKMARK (Bookmark, YouTube, watch time) är en Chrome-tillägg utvecklad av yhcho0405, och dess huvudfunktion är "It provides a function to bookmark the viewing time while watching YouTube videos.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner YOUTUBOOKMARK (Bookmark, YouTube, watch time)-förlängningens CRX-fil

Ladda ner YOUTUBOOKMARK (Bookmark, YouTube, watch time)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        You can bookmark the video segments you want!!                    

Grundläggande Information om Tillägg

Namn YOUTUBOOKMARK (Bookmark, YouTube, watch time) YOUTUBOOKMARK (Bookmark, YouTube, watch time)
ID fhbaihahknhibdhgddjnekoffmjbpikm
Officiell webbadress https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm
Beskrivning It provides a function to bookmark the viewing time while watching YouTube videos.
Filstorlek 65.97 KB
Antal Installationer 53
Aktuell Version 1.0.2
Senast Uppdaterad 2020-02-04
Publiceringsdatum 2020-02-04
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare yhcho0405
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}