UniCorn
lots o' Unicorns
Wat is UniCorn?
UniCorn is een Chrome-extensie ontwikkeld door wizardsambolton, en de belangrijkste functie is "lots o' Unicorns".
Extensie Screenshots
Download het CRX-bestand van de extensie UniCorn
Download UniCorn-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
Make your browsing experience corny and uni (corny) download this to have laugh with, narwhals and unicorns included
Basisinformatie over de Extensie
Naam | |
ID | chfmbomgipdiioabbfkblcgoafmadpjb |
Officiële URL | https://chrome.google.com/webstore/detail/unicorn/chfmbomgipdiioabbfkblcgoafmadpjb |
Beschrijving | lots o' Unicorns |
Bestandsgrootte | 4.84 KB |
Aantal Installaties | 621 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-03-29 |
Publicatiedatum | 2015-10-04 |
Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | wizardsambolton |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://sambolton.me |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UniCorn", "description": "lots o' Unicorns", "version": "0.1", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |