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ファイルをダウンロード

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.                    

拡張機能の基本情報

名前 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
Eメール [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"
    ]
}