Moser Prank
have a bit of fun
What is Moser Prank?
Moser Prank is a Chrome extension developed by youngdante13, and its main feature is "have a bit of fun".
Download Moser Prank Extension CRX File
Download Moser Prank 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
Extension Basic Information
Name | ![]() |
ID | heicghamgcdmmbfmahekfbhmhfjpdoln |
Official URL | https://chrome.google.com/webstore/detail/moser-prank/heicghamgcdmmbfmahekfbhmhfjpdoln |
Description | have a bit of fun |
File Size | 5.37 KB |
Installation Count | 34 |
Current Version | 0.0.0.1 |
Last Updated | 2016-04-12 |
Publish Date | 2016-04-12 |
Rating | 1.00/5 Total 1 Ratings |
Developer | youngdante13 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moser Prank", "description": "have a bit of fun", "version": "0.0.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "tabs", "http:\/\/www.google.com\/", "https:\/\/www.google.com\/", "http:\/\/www.morganhygema.com\/" ], "background": { "scripts": [ "popup.js" ] } } |