Chevereto download button
Add function to download images on Chevereto sites
What is Chevereto download button?
Chevereto download button is a Chrome extension developed by https://wampi.ru, and its main feature is "Add function to download images on Chevereto sites".
Extension Screenshots
Download Chevereto download button Extension CRX File
Download Chevereto download button 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
Download button for all photo sites working on Chevereto engine. Allows you to download all the images on the page by one click.
Extension Basic Information
Name | |
ID | lgcgmhfenjjeghjipookhcplpifakgcd |
Official URL | https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd |
Description | Add function to download images on Chevereto sites |
File Size | 20.81 KB |
Installation Count | 2,709 |
Current Version | 0.4 |
Last Updated | 2020-01-04 |
Publish Date | 2020-01-04 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://wampi.ru |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.4", "default_locale": "en", "name": "__MSG_name__", "short_name": "__MSG_name__", "description": "__MSG_description__", "author": "Wink", "icons": { "16": "icons\/vk_16.png", "32": "icons\/vk_32.png", "48": "icons\/vk_48.png", "64": "icons\/vk_64.png", "128": "icons\/vk_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content\/content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "downloads", "notifications", "activeTab" ] } |