JWPepper Downloader
Download JWPepper song previews as MP3s.
What is JWPepper Downloader?
JWPepper Downloader is a Chrome extension developed by https://jlisoft.com, and its main feature is "Download JWPepper song previews as MP3s.".
Extension Screenshots
Download JWPepper Downloader Extension CRX File
Download JWPepper Downloader 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
Downloads JWPepper song previews. When on a page with a music preview, the page action button shows up near the bookmarks button.
Extension Basic Information
Name | |
ID | gdblpfiocmgbccolhonbgpilnfnjidgn |
Official URL | https://chromewebstore.google.com/detail/jwpepper-downloader/gdblpfiocmgbccolhonbgpilnfnjidgn |
Description | Download JWPepper song previews as MP3s. |
File Size | 28.1 KB |
Installation Count | 967 |
Current Version | 1.12 |
Last Updated | 2015-09-01 |
Publish Date | 2015-08-31 |
Rating | 1.91/5 Total 11 Ratings |
Developer | https://jlisoft.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "name": "JWPepper Downloader", "description": "Download JWPepper song previews as MP3s.", "version": "1.12", "icons": { "16": "img\/jw_16.png", "48": "img\/jw_48.png", "128": "img\/jw_128.png" }, "permissions": [ "*:\/\/*\/*", "tabs" ], "page_action": { "default_icon": "img\/jw_48.png", "default_popup": "popup.html" } } |