100 Subtitles In One Minute
Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
Wat is 100 Subtitles In One Minute?
100 Subtitles In One Minute is een Chrome-extensie ontwikkeld door 100subtitlesin1min, en de belangrijkste functie is "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)".
Extensie Screenshots
Download het CRX-bestand van de extensie 100 Subtitles In One Minute
Download 100 Subtitles In One Minute-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Help people adding many subtitles to their Youtube videos automatically.
Now the Extention works only with VidIQ!
Contact [email protected] for queries Basisinformatie over de Extensie
| Naam | |
| ID | jlkonphdbkcnnkjlaefgmfododjkkeng |
| Officiële URL | https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng |
| Beschrijving | Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection) |
| Bestandsgrootte | 33.19 KB |
| Aantal Installaties | 83 |
| Huidige Versie | 2.5 |
| Laatst Bijgewerkt | 2023-11-17 |
| Publicatiedatum | 2022-06-09 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | 100subtitlesin1min |
| [email protected] | |
| Betalingswijze | in_app |
| Extensiewebsite | https://100subtitles.com/ |
| Help Pagina-URL | https://100subtitles.com/support/ |
| Ondersteunde Talen | 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"
]
} | |