Chevereto download button
Add function to download images on Chevereto sites
Vad är Chevereto download button?
Chevereto download button är en Chrome-tillägg utvecklad av https://wampi.ru, och dess huvudfunktion är "Add function to download images on Chevereto sites".
Tilläggsskärmbilder
Ladda ner Chevereto download button-förlängningens CRX-fil
Ladda ner Chevereto download button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Download button for all photo sites working on Chevereto engine. Allows you to download all the images on the page by one click.
Grundläggande Information om Tillägg
Namn | |
ID | lgcgmhfenjjeghjipookhcplpifakgcd |
Officiell webbadress | https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd |
Beskrivning | Add function to download images on Chevereto sites |
Filstorlek | 20.81 KB |
Antal Installationer | 2,709 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2020-01-04 |
Publiceringsdatum | 2020-01-04 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | https://wampi.ru |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |