Video LR mirror
video left right mirror
What is Video LR mirror?
Video LR mirror is a Chrome extension developed by hi235750, and its main feature is "video left right mirror".
Extension Screenshots
Download Video LR mirror Extension CRX File
Download Video LR mirror 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
Mirroring Video! you can use almost html5 web site. if not work pls view video on main site (not blog,etc) 영상을 좌우반전 시킵니다! 거의 대부분의 사이트에서 지원합니다. 만약에 안된다면 동영상의 메인 페이지에 들어가서 실행하세요.
Extension Basic Information
Name | Video LR mirror |
ID | pphhglinlapdiefcikbkhcpkhbkfoahl |
Official URL | https://chromewebstore.google.com/detail/video-lr-mirror/pphhglinlapdiefcikbkhcpkhbkfoahl |
Description | video left right mirror |
File Size | 13 KB |
Installation Count | 10,000 |
Current Version | 1.1 |
Last Updated | 2019-04-19 |
Publish Date | 2019-04-19 |
Rating | 3.73/5 Total 22 Ratings |
Developer | hi235750 |
[email protected] | |
Payment Type | free |
Extension Website | https://hi098123.tistory.com |
Supported Languages | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video LR mirror", "description": "video left right mirror", "default_locale": "ko", "version": "1.1", "icons": { "512": "lr512.png", "256": "lr256.png", "128": "lr128.png", "64": "lr64.png" }, "browser_action": { "default_popup": "main.html", "default_icon": "lr512.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "MacCtrl+Shift+X", "linux": "Ctrl+Shift+X" }, "description": "video left right mirror" } } } |