Vampetase

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

What is Vampetase?

Vampetase is a Chrome extension developed by Fabiano Moraes, and its main feature is "Chrome extension to override all images in a page by Vampeta.".

Extension Screenshots

screenshot

Download Vampetase Extension CRX File

Download Vampetase extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Vampetase Vampetase
ID pgmbhlpobmaiaopnnfhoocagmbncigfo
Official URL https://chrome.google.com/webstore/detail/vampetase/pgmbhlpobmaiaopnnfhoocagmbncigfo
Description Chrome extension to override all images in a page by Vampeta.
File Size 728 KB
Installation Count 984
Current Version 1.0
Last Updated 2014-11-25
Publish Date 2014-11-25
Rating 4.75/5 Total 24 Ratings
Developer Fabiano Moraes
Payment Type free
Extension Website https://github.com/famoraes/vampetase
Supported Languages 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"
            ]
        }
    ]
}