Vtuber Translation filter
A chrome extension that detects Vtuber Stream translation (translation start with [EN]) and displays it.
What is Vtuber Translation filter?
Vtuber Translation filter is a Chrome extension developed by jilv2200, and its main feature is "A chrome extension that detects Vtuber Stream translation (translation start with [EN]) and displays it. ".
Extension Screenshots
Download Vtuber Translation filter Extension CRX File
Download Vtuber Translation filter 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
A chrome extension that detects Vtuber Stream translation (translation start with [EN]) and displays it.
Extension Basic Information
Name | |
ID | igkdcmoicdjbmbnilnhinmlhmmmellpm |
Official URL | https://chrome.google.com/webstore/detail/vtuber-translation-filter/igkdcmoicdjbmbnilnhinmlhmmmellpm |
Description | A chrome extension that detects Vtuber Stream translation (translation start with [EN]) and displays it. |
File Size | 73.76 KB |
Installation Count | 109 |
Current Version | 0.2 |
Last Updated | 2020-08-26 |
Publish Date | 2020-08-26 |
Rating | 4.00/5 Total 1 Ratings |
Developer | jilv2200 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vtuber Translation filter", "version": "0.2", "permissions": [ "tabs" ], "web_accessible_resources": [ "modal.html", "modal2.html" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_idle", "js": [ "jquery-3.5.1.min.js", "content.js" ] } ] } |