CandyMp3 Toolbar
Search for mp3 in candymp3.com easy and quick!
What is CandyMp3 Toolbar?
CandyMp3 Toolbar is a Chrome extension developed by http://candymp3.com, and its main feature is "Search for mp3 in candymp3.com easy and quick!".
Extension Screenshots
Download CandyMp3 Toolbar Extension CRX File
Download CandyMp3 Toolbar 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
Saves time if you want to make a quick search in CandyMp3!
Extension Basic Information
Name | |
ID | jpldbgngcjdfpfdmaaooeadmbelknndl |
Official URL | https://chrome.google.com/webstore/detail/candymp3-toolbar/jpldbgngcjdfpfdmaaooeadmbelknndl |
Description | Search for mp3 in candymp3.com easy and quick! |
File Size | 27.88 KB |
Installation Count | 12 |
Current Version | 0.2103 |
Last Updated | 2014-06-26 |
Publish Date | 2014-06-26 |
Developer | http://candymp3.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "CandyMp3 Crawler" }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/*\/*" ] } ], "description": "Search for mp3 in candymp3.com easy and quick!", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "CandyMp3 Toolbar", "permissions": [ "tabs", "http:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2103", "web_accessible_resources": [ "icon.ico", "icon16.png", "icon48.png", "icon128.png", "background.js", "popup.js" ] } |