Youtube-Replayer

Hope this help!

Co je Youtube-Replayer?

Youtube-Replayer je rozšíření Chrome vyvinuté nhung.luke, a jeho hlavní funkcí je „Hope this help!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Youtube-Replayer

Stáhněte si soubory rozšíření Youtube-Replayer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Provide an easy way to replay a part of your favorite Youtube video, all you have to do are click A for setting the first point and click B for select the last point of the part you would like to repeat.                    

Základní Informace o Rozšíření

Název Youtube-Replayer Youtube-Replayer
ID ikehalidojegddocmomcghlpkalignkj
Oficiální URL https://chrome.google.com/webstore/detail/youtube-replayer/ikehalidojegddocmomcghlpkalignkj
Popis Hope this help!
Velikost souboru 180 KB
Počet instalací 248
Aktuální Verze 0.0.0.5
Poslední Aktualizace 2021-09-21
Datum Vydání 2017-05-06
Hodnocení 4.00/5 Celkem 10 Hodnocení
Vývojář nhung.luke
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube-Replayer",
    "version": "0.0.0.5",
    "description": "Hope this help!",
    "background_page": "background.html",
    "icons": {
        "128": "images\/autoreplay-128.png",
        "64": "images\/autoreplay-64.png",
        "48": "images\/autoreplay-48.png",
        "32": "images\/autoreplay-32.png",
        "24": "images\/autoreplay-24.png",
        "18": "images\/autoreplay-18.png"
    },
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/content.css",
                "css\/checkbox.css",
                "css\/bootstrap.css"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/bootstrap.js",
                "scripts\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/autoreplay-32.png",
        "default_popup": "html\/popup.html",
        "default_title": "Click here!"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}