Toggleable Chrome Unicorns
This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Hvad er Toggleable Chrome Unicorns?
Toggleable Chrome Unicorns er en Chrome-udvidelse udviklet af dennistheflash, og dens hovedfunktion er "This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.".
Udvidelsesskærmbilleder
Download Toggleable Chrome Unicorns-udvidelses-CRX-fil
Download Toggleable Chrome Unicorns-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 replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fegnjfjcokdemicjjhiihkggbniknnbg |
Officiel URL | https://chrome.google.com/webstore/detail/fegnjfjcokdemicjjhiihkggbniknnbg |
Beskrivelse | This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off. |
Filstørrelse | 672 KB |
Antal Installationer | 137 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-12-17 |
Udgivelsesdato | 2017-12-17 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | dennistheflash |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |