100 Subtitles In One Minute

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

Cos'è 100 Subtitles In One Minute?

100 Subtitles In One Minute è un'estensione di Chrome sviluppata da 100subtitlesin1min, e la sua funzione principale è "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 100 Subtitles In One Minute

Scarica i file di estensione 100 Subtitles In One Minute in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Help people adding many subtitles to their Youtube videos automatically.

Now the Extention works only with VidIQ!

Contact [email protected] for queries                    

Informazioni di Base sull'Estensione

Nome 100 Subtitles In One Minute 100 Subtitles In One Minute
ID jlkonphdbkcnnkjlaefgmfododjkkeng
URL Ufficiale https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng
Descrizione Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
Dimensione del File 33.19 KB
Conteggio Installazioni 83
Versione Corrente 2.5
Ultimo Aggiornamento 2023-11-17
Data di Pubblicazione 2022-06-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore 100subtitlesin1min
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://100subtitles.com/
URL della Pagina di Aiuto https://100subtitles.com/support/
Lingue Supportate 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"
    ]
}