Nicolas Page
This extension will turn all images on your browser into an iconic photo of Nicolas Cage.
Hvad er Nicolas Page?
Nicolas Page er en Chrome-udvidelse udviklet af thats.a.though.one, og dens hovedfunktion er "This extension will turn all images on your browser into an iconic photo of Nicolas Cage.".
Udvidelsesskærmbilleder
Download Nicolas Page-udvidelses-CRX-fil
Download Nicolas Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Nicolas Page |
ID | baicfbiaoaijngpekfgpklmlclncojbm |
Officiel URL | https://chromewebstore.google.com/detail/nicolas-page/baicfbiaoaijngpekfgpklmlclncojbm |
Beskrivelse | This extension will turn all images on your browser into an iconic photo of Nicolas Cage. |
Filstørrelse | 83.33 KB |
Antal Installationer | 28 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-05-06 |
Udgivelsesdato | 2020-05-02 |
Udvikler | thats.a.though.one |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |