Toggleable Chrome Unicorns
This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Wat is Toggleable Chrome Unicorns?
Toggleable Chrome Unicorns is een Chrome-extensie ontwikkeld door dennistheflash, en de belangrijkste functie is "This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.".
Extensie Screenshots
Download het CRX-bestand van de extensie Toggleable Chrome Unicorns
Download Toggleable Chrome Unicorns-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 replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Basisinformatie over de Extensie
Naam | |
ID | fegnjfjcokdemicjjhiihkggbniknnbg |
Officiële URL | https://chrome.google.com/webstore/detail/fegnjfjcokdemicjjhiihkggbniknnbg |
Beschrijving | This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off. |
Bestandsgrootte | 672 KB |
Aantal Installaties | 137 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-12-17 |
Publicatiedatum | 2017-12-17 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | dennistheflash |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggleable Chrome Unicorns", "version": "1.0", "web_accessible_resources": [ "unicorns\/*.jpg" ], "background": { "scripts": [ "unicorn.js" ] }, "icons": { "16": "ic16.png", "48": "ic48.png", "128": "ic128.png" }, "browser_action": { "default_icon": "ic128.png", "default_popup": "popup.html", "default_title": "Chrome Unicorns" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ " |