100 Subtitles In One Minute
Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
Hvad er 100 Subtitles In One Minute?
100 Subtitles In One Minute er en Chrome-udvidelse udviklet af 100subtitlesin1min, og dens hovedfunktion er "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)".
Udvidelsesskærmbilleder
Download 100 Subtitles In One Minute-udvidelses-CRX-fil
Download 100 Subtitles In One Minute-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Help people adding many subtitles to their Youtube videos automatically. Now the Extention works only with VidIQ! Contact [email protected] for queries
Grundlæggende oplysninger om udvidelsen
Navn | 100 Subtitles In One Minute |
ID | jlkonphdbkcnnkjlaefgmfododjkkeng |
Officiel URL | https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng |
Beskrivelse | Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection) |
Filstørrelse | 33.19 KB |
Antal Installationer | 83 |
Nuværende Version | 2.5 |
Senest Opdateret | 2023-11-17 |
Udgivelsesdato | 2022-06-09 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | 100subtitlesin1min |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://100subtitles.com/ |
Hjælpeside-URL | https://100subtitles.com/support/ |
Understøttede Sprog | 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" ] } |