UniCorn
lots o' Unicorns
Hvad er UniCorn?
UniCorn er en Chrome-udvidelse udviklet af wizardsambolton, og dens hovedfunktion er "lots o' Unicorns".
Udvidelsesskærmbilleder
Download UniCorn-udvidelses-CRX-fil
Download UniCorn-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
Make your browsing experience corny and uni (corny) download this to have laugh with, narwhals and unicorns included
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | chfmbomgipdiioabbfkblcgoafmadpjb |
Officiel URL | https://chrome.google.com/webstore/detail/unicorn/chfmbomgipdiioabbfkblcgoafmadpjb |
Beskrivelse | lots o' Unicorns |
Filstørrelse | 4.84 KB |
Antal Installationer | 621 |
Nuværende Version | 0.1 |
Senest Opdateret | 2016-03-29 |
Udgivelsesdato | 2015-10-04 |
Bedømmelse | 3.25/5 Samlet 4 Bedømmelser |
Udvikler | wizardsambolton |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://sambolton.me |
Understøttede Sprog | 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" } ] } |