Chevereto download button
Add function to download images on Chevereto sites
Wat is Chevereto download button?
Chevereto download button is een Chrome-extensie ontwikkeld door https://wampi.ru, en de belangrijkste functie is "Add function to download images on Chevereto sites".
Extensie Screenshots
Download het CRX-bestand van de extensie Chevereto download button
Download Chevereto download button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Download button for all photo sites working on Chevereto engine. Allows you to download all the images on the page by one click.
Basisinformatie over de Extensie
Naam | |
ID | lgcgmhfenjjeghjipookhcplpifakgcd |
Officiële URL | https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd |
Beschrijving | Add function to download images on Chevereto sites |
Bestandsgrootte | 20.81 KB |
Aantal Installaties | 2,709 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2020-01-04 |
Publicatiedatum | 2020-01-04 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://wampi.ru |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |