Toggleable Chrome Unicorns
This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Co je Toggleable Chrome Unicorns?
Toggleable Chrome Unicorns je rozšíření Chrome vyvinuté dennistheflash, a jeho hlavní funkcí je „This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Toggleable Chrome Unicorns
Stáhněte si soubory rozšíření Toggleable Chrome Unicorns ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Základní Informace o Rozšíření
Název | |
ID | fegnjfjcokdemicjjhiihkggbniknnbg |
Oficiální URL | https://chrome.google.com/webstore/detail/fegnjfjcokdemicjjhiihkggbniknnbg |
Popis | This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off. |
Velikost souboru | 672 KB |
Počet instalací | 137 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-12-17 |
Datum Vydání | 2017-12-17 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | dennistheflash |
Typ Platby | free |
Podporované Jazyky | 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": [ " |