100 Subtitles In One Minute
Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
Vad är 100 Subtitles In One Minute?
100 Subtitles In One Minute är en Chrome-tillägg utvecklad av 100subtitlesin1min, och dess huvudfunktion är "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)".
Tilläggsskärmbilder
Ladda ner 100 Subtitles In One Minute-förlängningens CRX-fil
Ladda ner 100 Subtitles In One Minute-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Help people adding many subtitles to their Youtube videos automatically.
Now the Extention works only with VidIQ!
Contact [email protected] for queries Grundläggande Information om Tillägg
| Namn | |
| ID | jlkonphdbkcnnkjlaefgmfododjkkeng |
| Officiell webbadress | https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng |
| Beskrivning | Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection) |
| Filstorlek | 33.19 KB |
| Antal Installationer | 83 |
| Aktuell Version | 2.5 |
| Senast Uppdaterad | 2023-11-17 |
| Publiceringsdatum | 2022-06-09 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | 100subtitlesin1min |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Tilläggswebbplats | https://100subtitles.com/ |
| Hjälpsida URL | https://100subtitles.com/support/ |
| Stödda Språk | 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"
]
} | |