faster_download
download CSS,JS,images,background image
Was ist faster_download?
faster_download ist eine Chrome-Erweiterung, die von 小黑 entwickelt wurde, und ihr Hauptmerkmal ist "download CSS,JS,images,background image".
Erweiterungsscreenshots
faster_download-Erweiterungs-CRX-Datei herunterladen
Laden Sie faster_download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
分类下载CS,JS,图片,以及css 背景 download CSS, JS, images, and CSS background.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pkjpfpbcfadidjfbljnioleocjnpeohi |
Offizielle URL | https://chromewebstore.google.com/detail/fasterdownload/pkjpfpbcfadidjfbljnioleocjnpeohi |
Beschreibung | download CSS,JS,images,background image |
Dateigröße | 135 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2016-05-30 |
Veröffentlichungsdatum | 2016-05-30 |
Entwickler | 小黑 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |