Glitch extension
Glitch superpowers for your browser 👾
What is Glitch extension?
Glitch extension is a Chrome extension developed by https://avigoldman.com, and its main feature is "Glitch superpowers for your browser 👾".
Extension Screenshots
Download Glitch extension Extension CRX File
Download Glitch extension 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
Glitch has the awesome superpowers of remixing any (public) app and importing code from Git repositories. This chrome extension makes it a bit easier to remix glitch apps, import code from git, or start fresh. ➤ View glitch app details ➤ Remix glitch apps ➤ Generate embed code ➤ Import code from GitHub and GitLab ➤ Start new projects from any page on the web ---------------------------------------------------- VIEW SOURCE: https://glitch.com/edit/#!/extension MADE BY: https://avigoldman.com/twitter
Extension Basic Information
Name | Glitch extension |
ID | pdiedadcnaailaknceakckfffhfjiagd |
Official URL | https://chromewebstore.google.com/detail/glitch-extension/pdiedadcnaailaknceakckfffhfjiagd |
Description | Glitch superpowers for your browser 👾 |
File Size | 85.53 KB |
Installation Count | 1,332 |
Current Version | 0.0.1 |
Last Updated | 2019-12-26 |
Publish Date | 2019-12-26 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://avigoldman.com |
Payment Type | free |
Extension Website | https://extension.glitch.me/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Glitch extension", "version": "0.0.1", "description": "Glitch superpowers for your browser \ud83d\udc7e", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "assets\/browser\/new.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "manifest_version": 2 } |