Right Click Search Media
right click to search media on youtube, soundcloud, zippytune or wherever you want
What is Right Click Search Media?
Right Click Search Media is a Chrome extension developed by Emre, and its main feature is "right click to search media on youtube, soundcloud, zippytune or wherever you want".
Extension Screenshots
Download Right Click Search Media Extension CRX File
Download Right Click Search Media 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
*** New Feature *** You can add your favourite sites yourself 1) Highlight some text 2) Right-click 3) Select "Search Media" 4) Choose Portal (Youtube, Soundcloud, ZippyTune) or whatever you added It opens the site in a new tab.
Extension Basic Information
Name | |
ID | embindleifkcepdoopgnpfliimijaplc |
Official URL | https://chrome.google.com/webstore/detail/right-click-search-media/embindleifkcepdoopgnpfliimijaplc |
Description | right click to search media on youtube, soundcloud, zippytune or wherever you want |
File Size | 39.4 KB |
Installation Count | 131 |
Current Version | 0.2 |
Last Updated | 2014-07-16 |
Publish Date | 2014-07-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Emre |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right Click Search Media", "version": "0.2", "description": "right click to search media on youtube, soundcloud, zippytune or wherever you want", "icons": { "16": "16.png", "128": "128.png" }, "manifest_version": 2, "permissions": [ "tabs", "contextMenus" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] } } |