Chevereto download button
Add function to download images on Chevereto sites
Cos'è Chevereto download button?
Chevereto download button è un'estensione di Chrome sviluppata da https://wampi.ru, e la sua funzione principale è "Add function to download images on Chevereto sites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chevereto download button
Scarica i file di estensione Chevereto download button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Download button for all photo sites working on Chevereto engine. Allows you to download all the images on the page by one click.
Informazioni di Base sull'Estensione
Nome | |
ID | lgcgmhfenjjeghjipookhcplpifakgcd |
URL Ufficiale | https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd |
Descrizione | Add function to download images on Chevereto sites |
Dimensione del File | 20.81 KB |
Conteggio Installazioni | 2,709 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2020-01-04 |
Data di Pubblicazione | 2020-01-04 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://wampi.ru |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |