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 |
| 官方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"
]
} | |