Nicolas Page

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

Vad är Nicolas Page?

Nicolas Page är en Chrome-tillägg utvecklad av thats.a.though.one, och dess huvudfunktion är "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.".

Tilläggsskärmbilder

screenshot

Ladda ner Nicolas Page-förlängningens CRX-fil

Ladda ner Nicolas Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nicolas Page Nicolas Page
ID baicfbiaoaijngpekfgpklmlclncojbm
Officiell webbadress https://chromewebstore.google.com/detail/nicolas-page/baicfbiaoaijngpekfgpklmlclncojbm
Beskrivning This extension will turn all images on your browser into an iconic photo of Nicolas Cage.
Filstorlek 83.33 KB
Antal Installationer 28
Aktuell Version 1.0
Senast Uppdaterad 2020-05-06
Publiceringsdatum 2020-05-02
Utvecklare thats.a.though.one
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}