Nicolas Page
This extension will turn all images on your browser into an iconic photo of Nicolas Cage.
What is Nicolas Page?
Nicolas Page is a Chrome extension developed by thats.a.though.one, and its main feature is "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.".
Extension Screenshots
Download Nicolas Page Extension CRX File
Download Nicolas Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Nicolas Page |
ID | baicfbiaoaijngpekfgpklmlclncojbm |
Official URL | https://chromewebstore.google.com/detail/nicolas-page/baicfbiaoaijngpekfgpklmlclncojbm |
Description | This extension will turn all images on your browser into an iconic photo of Nicolas Cage. |
File Size | 83.33 KB |
Installation Count | 28 |
Current Version | 1.0 |
Last Updated | 2020-05-06 |
Publish Date | 2020-05-02 |
Developer | thats.a.though.one |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |