Classic Magic 8 Ball
Shake the magic ball to get the answer to your question
What is Classic Magic 8 Ball?
Classic Magic 8 Ball is a Chrome extension developed by Nicolas Grillet, and its main feature is "Shake the magic ball to get the answer to your question".
Extension Screenshots
Download Classic Magic 8 Ball Extension CRX File
Download Classic 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
Shake the magic ball to get the answer to your question. This is magic !
Extension Basic Information
Name | |
ID | oagapidejjnknjddmhckmfaiijgaplbe |
Official URL | https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe |
Description | Shake the magic ball to get the answer to your question |
File Size | 653 KB |
Installation Count | 53 |
Current Version | 0.0.7 |
Last Updated | 2017-04-06 |
Publish Date | 2017-04-06 |
Rating | 3.67/5 Total 6 Ratings |
Developer | Nicolas Grillet |
[email protected] | |
Payment Type | in_store |
Supported Languages | de,en,fr,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "0.0.7", "manifest_version": 2, "description": "__MSG_desc__", "homepage_url": "http:\/\/www.codnex.net", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "offline_enabled": true, "author": "Nicoss01", "default_locale": "en", "browser_action": { "default_icon": "icons\/logo32.png", "default_title": "Shake my ball", "default_popup": "src\/page_action\/tb.html" }, "short_name": "Classic Magic 8 Ball", "permissions": [ "tabs" ] } |