Designer's Nightmare : Prank Extension
Extension to very slightly mis-align everything on every page
What is Designer's Nightmare : Prank Extension?
Designer's Nightmare : Prank Extension is a Chrome extension developed by Jake, and its main feature is "Extension to very slightly mis-align everything on every page".
Download Designer's Nightmare : Prank Extension Extension CRX File
Download Designer's Nightmare : Prank 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
Change the margins of every element on every page by a few pixels. Designers hate it!
Extension Basic Information
Name | Designer's Nightmare : Prank Extension |
ID | ohmgapfbmljgclimopbapieagiabajbb |
Official URL | https://chromewebstore.google.com/detail/designers-nightmare-prank/ohmgapfbmljgclimopbapieagiabajbb |
Description | Extension to very slightly mis-align everything on every page |
File Size | 149 KB |
Installation Count | 198 |
Current Version | 0.0.1 |
Last Updated | 2015-12-17 |
Publish Date | 2015-12-17 |
Developer | Jake |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Designer's Nightmare : Prank Extension", "version": "0.0.1", "manifest_version": 2, "description": "Extension to very slightly mis-align everything on every page", "homepage_url": "http:\/\/jakelauer.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "http:\/\/*\/*, https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |