nOlegas

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

Wat is nOlegas?

nOlegas is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Chrome extension to override all images in a page by Vampeta.".

Download het CRX-bestand van de extensie nOlegas

Download nOlegas-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam nOlegas nOlegas
ID nioplojjajidgjglckeffihdhlebnobd
Officiële URL https://chromewebstore.google.com/detail/nolegas/nioplojjajidgjglckeffihdhlebnobd
Beschrijving Chrome extension to override all images in a page by Vampeta.
Bestandsgrootte 728 KB
Aantal Installaties 22
Huidige Versie 1.1
Laatst Bijgewerkt 2018-08-17
Publicatiedatum 2018-08-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}