Chevereto download button
Add function to download images on Chevereto sites
ما هو Chevereto download button؟
Chevereto download button هو إضافة Chrome تم تطويرها بواسطة https://wampi.ru، والميزة الرئيسية لها هي "Add function to download images on Chevereto sites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chevereto download button
قم بتنزيل ملفات الامتداد Chevereto download button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |