Nicolas Cage Replacer

Replaces all images on all pages to Nicolas Cage.

Wat is Nicolas Cage Replacer?

Nicolas Cage Replacer is een Chrome-extensie ontwikkeld door sorackb, en de belangrijkste functie is "Replaces all images on all pages to Nicolas Cage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Nicolas Cage Replacer

Download Nicolas Cage Replacer-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

                        Replaces all images on all pages to Nicolas Cage images.                    

Basisinformatie over de Extensie

Naam Nicolas Cage Replacer Nicolas Cage Replacer
ID ggognilmkpjemcpjoaohmjljbonbgcgh
Officiële URL https://chrome.google.com/webstore/detail/nicolas-cage-replacer/ggognilmkpjemcpjoaohmjljbonbgcgh
Beschrijving Replaces all images on all pages to Nicolas Cage.
Bestandsgrootte 39.48 KB
Aantal Installaties 2,000
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-09
Publicatiedatum 2019-04-08
Beoordeling 4.53/5 Totaal 17 Beoordelingen
Ontwikkelaar sorackb
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "niccage",
    "name": "Nicolas Cage Replacer",
    "description": "Replaces all images on all pages to Nicolas Cage.",
    "version": "1.0",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "data.js"
    ]
}