Shake-a-tron
Let's shake it!
What is Shake-a-tron?
Shake-a-tron is a Chrome extension developed by Lanjelin, and its main feature is "Let's shake it!".
Extension Screenshots
Download Shake-a-tron Extension CRX File
Download Shake-a-tron 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
Whenever a key is pressed, or the scrollwheel is used, any active window will tilt just a wee bit, enought to be extremely annoying. Extension Basic Information
| Name | |
| ID | jlhdlgabjamboakeokgkilijbmoknlje |
| Official URL | https://chromewebstore.google.com/detail/shake-a-tron/jlhdlgabjamboakeokgkilijbmoknlje |
| Description | Let's shake it! |
| File Size | 37.64 KB |
| Installation Count | 11 |
| Current Version | 1.0 |
| Last Updated | 2015-12-28 |
| Publish Date | 2015-12-27 |
| Rating | 1.00/5 Total 1 Ratings |
| Developer | Lanjelin |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Shake-a-tron",
"version": "1.0",
"description": "Let's shake it!",
"icons": {
"16": "icon-24.png",
"48": "icon-50.png",
"128": "icon-100.png"
},
"manifest_version": 2,
"content_scripts": [
{
"js": [
"jquery-2.0.2.min.js",
"shake.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |