100 Subtitles In One Minute
Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
Was ist 100 Subtitles In One Minute?
100 Subtitles In One Minute ist eine Chrome-Erweiterung, die von 100subtitlesin1min entwickelt wurde, und ihr Hauptmerkmal ist "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)".
Erweiterungsscreenshots
100 Subtitles In One Minute-Erweiterungs-CRX-Datei herunterladen
Laden Sie 100 Subtitles In One Minute-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Help people adding many subtitles to their Youtube videos automatically.
Now the Extention works only with VidIQ!
Contact [email protected] for queries Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jlkonphdbkcnnkjlaefgmfododjkkeng |
| Offizielle URL | https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng |
| Beschreibung | Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection) |
| Dateigröße | 33.19 KB |
| Installationsanzahl | 83 |
| Aktuelle Version | 2.5 |
| Letztes Update | 2023-11-17 |
| Veröffentlichungsdatum | 2022-06-09 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | 100subtitlesin1min |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://100subtitles.com/ |
| Hilfeseite URL | https://100subtitles.com/support/ |
| Unterstützte Sprachen | 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"
]
} | |