web.Glitch()
do glitch on web
What is web.Glitch()?
web.Glitch() is a Chrome extension developed by https://www.funktroniclabs.com, and its main feature is "do glitch on web".
Extension Screenshots
Download web.Glitch() Extension CRX File
Download web.Glitch() extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Turn any website in a glitch-tastic experience with a press of a button!
Extension Basic Information
Name | web.Glitch() |
ID | adgekmhmbbjeodgpjjpcnfgmeijefinp |
Official URL | https://chromewebstore.google.com/detail/webglitch/adgekmhmbbjeodgpjjpcnfgmeijefinp |
Description | do glitch on web |
File Size | 65.95 KB |
Installation Count | 3,668 |
Current Version | 1.0.1 |
Last Updated | 2014-04-24 |
Publish Date | 2014-04-23 |
Rating | 4.63/5 Total 8 Ratings |
Developer | https://www.funktroniclabs.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "web.Glitch()", "version": "1.0.1", "description": "do glitch on web", "short_name": "web.Glitch()", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "wobble.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |