nOlegas

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

What is nOlegas?

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

Download nOlegas Extension CRX File

Download nOlegas 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

                                            

Extension Basic Information

Name nOlegas nOlegas
ID nioplojjajidgjglckeffihdhlebnobd
Official URL https://chromewebstore.google.com/detail/nolegas/nioplojjajidgjglckeffihdhlebnobd
Description Chrome extension to override all images in a page by Vampeta.
File Size 728 KB
Installation Count 22
Current Version 1.1
Last Updated 2018-08-17
Publish Date 2018-08-17
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nOlegas",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Chrome extension to override all images in a page by Vampeta.",
    "homepage_url": "https:\/\/github.com\/hbernardo\/vampetase",
    "author": "Hugo Bernardo",
    "short_name": "nOlegas",
    "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"
            ]
        }
    ]
}