Nicolas Page

This extension will turn all images on your browser into an iconic photo of Nicolas Cage.

Was ist Nicolas Page?

Nicolas Page ist eine Chrome-Erweiterung, die von thats.a.though.one entwickelt wurde, und ihr Hauptmerkmal ist "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.".

Erweiterungsscreenshots

screenshot

Nicolas Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nicolas Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension will turn all images on your browser into an iconic photo of Nicolas Cage. No more spoilers hidden in memes, no more annoying photos on your Facebook wall - just a sea of unblinking eyes and a smile.                    

Grundlegende Informationen zur Erweiterung

Name Nicolas Page Nicolas Page
ID baicfbiaoaijngpekfgpklmlclncojbm
Offizielle URL https://chromewebstore.google.com/detail/nicolas-page/baicfbiaoaijngpekfgpklmlclncojbm
Beschreibung This extension will turn all images on your browser into an iconic photo of Nicolas Cage.
Dateigröße 83.33 KB
Installationsanzahl 28
Aktuelle Version 1.0
Letztes Update 2020-05-06
Veröffentlichungsdatum 2020-05-02
Entwickler thats.a.though.one
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nicolas Page",
    "description": "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.jpg"
    ],
    "permissions": [
        "activeTab"
    ]
}