faster_download
download CSS,JS,images,background image
What is faster_download?
faster_download is a Chrome extension developed by 小黑, and its main feature is "download CSS,JS,images,background image".
Extension Screenshots
Download faster_download Extension CRX File
Download faster_download 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
分类下载CS,JS,图片,以及css 背景 download CSS, JS, images, and CSS background.
Extension Basic Information
Name | |
ID | pkjpfpbcfadidjfbljnioleocjnpeohi |
Official URL | https://chromewebstore.google.com/detail/fasterdownload/pkjpfpbcfadidjfbljnioleocjnpeohi |
Description | download CSS,JS,images,background image |
File Size | 135 KB |
Installation Count | 23 |
Current Version | 1.1.0 |
Last Updated | 2016-05-30 |
Publish Date | 2016-05-30 |
Developer | 小黑 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "ico16_unactive.png", "default_popup": "popup.html", "default_title": "download monster", "icons": [ "ico16_unactive.png" ], "name": "faster_download" }, "content_scripts": [ { "js": [ "jquery-2.2.3.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "download CSS,JS,images,background image", "icons": { "128": "ico128.png", "16": "ico16.png", "48": "ico48.png" }, "manifest_version": 2, "name": "faster_download", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |