Magic 8 Ball
This extension lets you make decisions on the fly with the help of a magic 8 ball!!!
What is Magic 8 Ball?
Magic 8 Ball is a Chrome extension developed by steveurkel99, and its main feature is "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!".
Extension Screenshots
Download Magic 8 Ball Extension CRX File
Download Magic 8 Ball 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 | iiimmlpodmdnekgbagaoapadcajjgibb | 
| Official URL | https://chromewebstore.google.com/detail/magic-8-ball/iiimmlpodmdnekgbagaoapadcajjgibb | 
| Description | This extension lets you make decisions on the fly with the help of a magic 8 ball!!! | 
| File Size | 12.56 KB | 
| Installation Count | 400 | 
| Current Version | 1.0 | 
| Last Updated | 2017-06-04 | 
| Publish Date | 2017-06-03 | 
| Rating | 4.25/5 Total 4 Ratings | 
| Developer | steveurkel99 | 
| Payment Type | free | 
| Supported Languages | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic 8 Ball",
    "description": "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "8BallIcon.png",
        "default_popup": "8BallPopup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}  |  |