Chevereto download button
Add function to download images on Chevereto sites
什麼是Chevereto download button?
Chevereto download button是由https://wampi.ru開發的Chrome擴展程式,該擴展的主要功能是“Add function to download images on Chevereto sites”。
擴展截圖
下載Chevereto download button擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |