Vampetase

Chrome extension to override all images in a page by Vampeta.

Vampetaseとは何ですか?

VampetaseはFabiano Moraesによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to override all images in a page by Vampeta.」です。

拡張機能のスクリーンショット

screenshot

Vampetase拡張機能のCRXファイルをダウンロード

Vampetase拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extensão para substituir todas as imagens de qualquer página pelas do Vampeta. :)                    

拡張機能の基本情報

名前 Vampetase Vampetase
ID pgmbhlpobmaiaopnnfhoocagmbncigfo
公式URL https://chrome.google.com/webstore/detail/vampetase/pgmbhlpobmaiaopnnfhoocagmbncigfo
説明 Chrome extension to override all images in a page by Vampeta.
ファイルサイズ 728 KB
インストール数 984
現在のバージョン 1.0
最終更新日 2014-11-25
公開日 2014-11-25
評価 4.75/5 合計 24 レビュー
開発者 Fabiano Moraes
支払い方法 free
拡張機能のウェブサイト https://github.com/famoraes/vampetase
対応言語 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vampetase",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Chrome extension to override all images in a page by Vampeta.",
    "homepage_url": "https:\/\/github.com\/famoraes\/vampetase",
    "author": "Fabiano Moraes",
    "short_name": "Vampetase",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png"
    },
    "permissions": [
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/vampetase.js"
            ]
        }
    ]
}