100 Subtitles In One Minute
Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
What is 100 Subtitles In One Minute?
100 Subtitles In One Minute is a Chrome extension developed by 100subtitlesin1min, and its main feature is "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)".
Extension Screenshots
Download 100 Subtitles In One Minute Extension CRX File
Download 100 Subtitles In One Minute extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Help people adding many subtitles to their Youtube videos automatically. Now the Extention works only with VidIQ! Contact [email protected] for queries
Extension Basic Information
Name | 100 Subtitles In One Minute |
ID | jlkonphdbkcnnkjlaefgmfododjkkeng |
Official URL | 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) |
File Size | 33.19 KB |
Installation Count | 83 |
Current Version | 2.5 |
Last Updated | 2023-11-17 |
Publish Date | 2022-06-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | 100subtitlesin1min |
[email protected] | |
Payment Type | in_app |
Extension Website | https://100subtitles.com/ |
Help Page URL | https://100subtitles.com/support/ |
Supported Languages | 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" ] } |