Chevereto download button
Add function to download images on Chevereto sites
Was ist Chevereto download button?
Chevereto download button ist eine Chrome-Erweiterung, die von https://wampi.ru entwickelt wurde, und ihr Hauptmerkmal ist "Add function to download images on Chevereto sites".
Erweiterungsscreenshots
Chevereto download button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chevereto download button-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
Download button for all photo sites working on Chevereto engine. Allows you to download all the images on the page by one click.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lgcgmhfenjjeghjipookhcplpifakgcd |
Offizielle URL | https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd |
Beschreibung | Add function to download images on Chevereto sites |
Dateigröße | 20.81 KB |
Installationsanzahl | 2,709 |
Aktuelle Version | 0.4 |
Letztes Update | 2020-01-04 |
Veröffentlichungsdatum | 2020-01-04 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://wampi.ru |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |