Toggleable Chrome Unicorns
This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Vad är Toggleable Chrome Unicorns?
Toggleable Chrome Unicorns är en Chrome-tillägg utvecklad av dennistheflash, och dess huvudfunktion är "This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.".
Tilläggsskärmbilder
Ladda ner Toggleable Chrome Unicorns-förlängningens CRX-fil
Ladda ner Toggleable Chrome Unicorns-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off.
Grundläggande Information om Tillägg
Namn | |
ID | fegnjfjcokdemicjjhiihkggbniknnbg |
Officiell webbadress | https://chrome.google.com/webstore/detail/fegnjfjcokdemicjjhiihkggbniknnbg |
Beskrivning | This extension replaces all images with unicorns. It is a great prank. You can toggle this on and off. |
Filstorlek | 672 KB |
Antal Installationer | 137 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-12-17 |
Publiceringsdatum | 2017-12-17 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | dennistheflash |
Betalningssätt | free |
Stödda Språk | 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": [ " |