100 Subtitles In One Minute

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

Qu'est-ce que 100 Subtitles In One Minute ?

100 Subtitles In One Minute est une extension Chrome développée par 100subtitlesin1min, et sa fonction principale est "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 100 Subtitles In One Minute

Téléchargez les fichiers d'extension 100 Subtitles In One Minute au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Help people adding many subtitles to their Youtube videos automatically.

Now the Extention works only with VidIQ!

Contact [email protected] for queries                    

Informations de Base sur l'Extension

Nom 100 Subtitles In One Minute 100 Subtitles In One Minute
ID jlkonphdbkcnnkjlaefgmfododjkkeng
URL Officiel https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng
Description Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
Taille du Fichier 33.19 KB
Nombre d'Installations 83
Version Actuelle 2.5
Dernière Mise à Jour 2023-11-17
Date de Publication 2022-06-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur 100subtitlesin1min
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://100subtitles.com/
URL de la Page d'Aide https://100subtitles.com/support/
Langues Prises en Charge 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"
    ]
}