YOUTUBOOKMARK (Bookmark, YouTube, watch time)

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

O que é YOUTUBOOKMARK (Bookmark, YouTube, watch time)?

YOUTUBOOKMARK (Bookmark, YouTube, watch time) é uma extensão do Chrome desenvolvida por yhcho0405, e sua principal característica é "It provides a function to bookmark the viewing time while watching YouTube videos.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YOUTUBOOKMARK (Bookmark, YouTube, watch time)

Baixe arquivos de extensão YOUTUBOOKMARK (Bookmark, YouTube, watch time) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        You can bookmark the video segments you want!!                    

Informações Básicas da Extensão

Nome YOUTUBOOKMARK (Bookmark, YouTube, watch time) YOUTUBOOKMARK (Bookmark, YouTube, watch time)
ID fhbaihahknhibdhgddjnekoffmjbpikm
URL Oficial https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm
Descrição It provides a function to bookmark the viewing time while watching YouTube videos.
Tamanho do Arquivo 65.97 KB
Contagem de Instalações 53
Versão Atual 1.0.2
Última Atualização 2020-02-04
Data de Publicação 2020-02-04
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor yhcho0405
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}