Nicolas Page
This extension will turn all images on your browser into an iconic photo of Nicolas Cage.
Cos'è Nicolas Page?
Nicolas Page è un'estensione di Chrome sviluppata da thats.a.though.one, e la sua funzione principale è "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nicolas Page
Scarica i file di estensione Nicolas Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Nicolas Page |
ID | baicfbiaoaijngpekfgpklmlclncojbm |
URL Ufficiale | https://chromewebstore.google.com/detail/nicolas-page/baicfbiaoaijngpekfgpklmlclncojbm |
Descrizione | This extension will turn all images on your browser into an iconic photo of Nicolas Cage. |
Dimensione del File | 83.33 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-05-06 |
Data di Pubblicazione | 2020-05-02 |
Sviluppatore | thats.a.though.one |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |