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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |