NicolasCage
Chrome extension to override all images in a page by Nicolas Cage.
Wat is NicolasCage?
NicolasCage is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Chrome extension to override all images in a page by Nicolas Cage.".
Extensie Screenshots
Download het CRX-bestand van de extensie NicolasCage
Download NicolasCage-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
Replace all the images by Cage pictures
Basisinformatie over de Extensie
Naam | NicolasCage |
ID | klhpehdhdohjpnammbkecooemnklnino |
Officiële URL | https://chromewebstore.google.com/detail/nicolascage/klhpehdhdohjpnammbkecooemnklnino |
Beschrijving | Chrome extension to override all images in a page by Nicolas Cage. |
Bestandsgrootte | 2.16 MB |
Aantal Installaties | 575 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-03-15 |
Publicatiedatum | 2019-03-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NicolasCage", "version": "1.0", "manifest_version": 2, "description": "Chrome extension to override all images in a page by Nicolas Cage.", "homepage_url": "https:\/\/github.com\/famoraes\/vampetase", "author": "Fabiano Moraes", "short_name": "Vampetase", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "contentSettings" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/vampetase.js" ] } ] } |