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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chevereto download button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Download button for all photo sites working on Chevereto engine.
Allows you to download all the images on the page by one click.                    

확장 프로그램 기본 정보

이름 Chevereto download button Chevereto download button
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"
    ]
}