YOUTUBOOKMARK (Bookmark, YouTube, watch time)

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

¿Qué es YOUTUBOOKMARK (Bookmark, YouTube, watch time)?

YOUTUBOOKMARK (Bookmark, YouTube, watch time) es una extensión de Chrome desarrollada por yhcho0405, y su función principal es "It provides a function to bookmark the viewing time while watching YouTube videos.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión YOUTUBOOKMARK (Bookmark, YouTube, watch time)

Descarga archivos de extensión YOUTUBOOKMARK (Bookmark, YouTube, watch time) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        You can bookmark the video segments you want!!                    

Información Básica de la Extensión

Nombre YOUTUBOOKMARK (Bookmark, YouTube, watch time) YOUTUBOOKMARK (Bookmark, YouTube, watch time)
ID fhbaihahknhibdhgddjnekoffmjbpikm
URL Oficial https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm
Descripción It provides a function to bookmark the viewing time while watching YouTube videos.
Tamaño del Archivo 65.97 KB
Cantidad de Instalaciones 53
Versión Actual 1.0.2
Última Actualización 2020-02-04
Fecha de Publicación 2020-02-04
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador yhcho0405
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}