100 Subtitles In One Minute

Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)

Co je 100 Subtitles In One Minute?

100 Subtitles In One Minute je rozšíření Chrome vyvinuté 100subtitlesin1min, a jeho hlavní funkcí je „Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření 100 Subtitles In One Minute

Stáhněte si soubory rozšíření 100 Subtitles In One Minute 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í

                        Help people adding many subtitles to their Youtube videos automatically.

Now the Extention works only with VidIQ!

Contact [email protected] for queries                    

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

Název 100 Subtitles In One Minute 100 Subtitles In One Minute
ID jlkonphdbkcnnkjlaefgmfododjkkeng
Oficiální URL https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng
Popis Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
Velikost souboru 33.19 KB
Počet instalací 83
Aktuální Verze 2.5
Poslední Aktualizace 2023-11-17
Datum Vydání 2022-06-09
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář 100subtitlesin1min
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://100subtitles.com/
URL Stránky Nápovědy https://100subtitles.com/support/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "100 Subtitles In One Minute",
    "version": "2.5",
    "description": "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "style.css"
            ],
            "js": [
                "ExtPay.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/studio.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ]
}