Chevereto download button
Add function to download images on Chevereto sites
Chevereto download button क्या है?
Chevereto download button https://wampi.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add function to download images on Chevereto sites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chevereto download button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Download button for all photo sites working on Chevereto engine. Allows you to download all the images on the page by one click.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lgcgmhfenjjeghjipookhcplpifakgcd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd |
विवरण | Add function to download images on Chevereto sites |
फ़ाइल का आकार | 20.81 KB |
स्थापना संख्या | 2,709 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2020-01-04 |
प्रकाशन तिथि | 2020-01-04 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://wampi.ru |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |