Magic 8 Ball
This extension lets you make decisions on the fly with the help of a magic 8 ball!!!
Qu'est-ce que Magic 8 Ball ?
Magic 8 Ball est une extension Chrome développée par steveurkel99, et sa fonction principale est "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magic 8 Ball
Téléchargez les fichiers d'extension Magic 8 Ball au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
                                             Informations de Base sur l'Extension
| Nom |   |  
| ID | iiimmlpodmdnekgbagaoapadcajjgibb | 
| URL Officiel | 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!!! | 
| Taille du Fichier | 12.56 KB | 
| Nombre d'Installations | 400 | 
| Version Actuelle | 1.0 | 
| Dernière Mise à Jour | 2017-06-04 | 
| Date de Publication | 2017-06-03 | 
| Évaluation | 4.25/5 Total 4 Évaluations | 
| Développeur | steveurkel99 | 
| Type de Paiement | free | 
| Langues Prises en Charge | 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\/"
    ]
}  |  |