Nicolas Page
This extension will turn all images on your browser into an iconic photo of Nicolas Cage.
Wat is Nicolas Page?
Nicolas Page is een Chrome-extensie ontwikkeld door thats.a.though.one, en de belangrijkste functie is "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Nicolas Page
Download Nicolas Page-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
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.
Basisinformatie over de Extensie
Naam | Nicolas Page |
ID | baicfbiaoaijngpekfgpklmlclncojbm |
Officiële URL | https://chromewebstore.google.com/detail/nicolas-page/baicfbiaoaijngpekfgpklmlclncojbm |
Beschrijving | This extension will turn all images on your browser into an iconic photo of Nicolas Cage. |
Bestandsgrootte | 83.33 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-05-06 |
Publicatiedatum | 2020-05-02 |
Ontwikkelaar | thats.a.though.one |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |