Viewport Glitcher
Take a screenshot of the current tab viewport and glitch it.
What is Viewport Glitcher?
Viewport Glitcher is a Chrome extension developed by villagerdev, and its main feature is "Take a screenshot of the current tab viewport and glitch it.".
Extension Screenshots
Download Viewport Glitcher Extension CRX File
Download Viewport Glitcher 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
This Chrome extension takes a screenshot of what you currently see in your browser, glitches it, then opens it in a new tab. Beautiful, unexpected, and unique glitch art in seconds! Here are a few ideas for using it: - Glitching is as simple as one click - no need to install any programs. - Create a unique image for use as avatars, profile pictures, etc. - Turn any image into digital glitch art. - Bored, or need some inspiration? Glitch any web page, as many times as you like! - Use the glitched image as inspiration for colour palettes.
Extension Basic Information
Name | Viewport Glitcher |
ID | onacloncedplghlhddcofmdccfejhipd |
Official URL | https://chromewebstore.google.com/detail/viewport-glitcher/onacloncedplghlhddcofmdccfejhipd |
Description | Take a screenshot of the current tab viewport and glitch it. |
File Size | 12.3 KB |
Installation Count | 196 |
Current Version | 1.0 |
Last Updated | 2017-03-17 |
Publish Date | 2017-03-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | villagerdev |
Payment Type | free |
Extension Website | https://github.com/zky829/viewport-glitcher |
Help Page URL | https://github.com/zky829/viewport-glitcher |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viewport Glitcher", "description": "Take a screenshot of the current tab viewport and glitch it.", "version": "1.0", "author": "zky829", "background": { "persistent": false, "scripts": [ "page-glitch.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Viewport Glitcher" }, "permissions": [ "activeTab" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |