Mirror ninja
/r/eddit mirroring
What is Mirror ninja?
Mirror ninja is a Chrome extension developed by https://mirror.ninja, and its main feature is "/r/eddit mirroring".
Extension Screenshots
Download Mirror ninja Extension CRX File
Download Mirror ninja 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
This extension makes it easier to find the youtube mirror on mirror.ninja. Just go to the desired reddit post and click the mirror button at the far right side in the address bar.
Extension Basic Information
Name | Mirror ninja |
ID | jnakocidciealigikicdkcoajpigpnfi |
Official URL | https://chromewebstore.google.com/detail/mirror-ninja/jnakocidciealigikicdkcoajpigpnfi |
Description | /r/eddit mirroring |
File Size | 6.47 KB |
Installation Count | 270 |
Current Version | 1.3 |
Last Updated | 2017-04-07 |
Publish Date | 2017-04-06 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://mirror.ninja |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mirror ninja", "version": "1.3", "description": "\/r\/eddit mirroring", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon_16x16.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "page_action": { "default_icon": "mirror.png", "default_title": "mirror" }, "permissions": [ "tabs", "http:\/\/www.reddit.com\/r\/*\/comments\/*", "https:\/\/www.reddit.com\/r\/*\/comments\/*" ], "manifest_version": 2 } |