Magic 8 Ball
This extension lets you make decisions on the fly with the help of a magic 8 ball!!!
Wat is Magic 8 Ball?
Magic 8 Ball is een Chrome-extensie ontwikkeld door steveurkel99, en de belangrijkste functie is "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Magic 8 Ball
Download Magic 8 Ball-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                                             Basisinformatie over de Extensie
| Naam |   |  
| ID | iiimmlpodmdnekgbagaoapadcajjgibb | 
| Officiële URL | https://chromewebstore.google.com/detail/magic-8-ball/iiimmlpodmdnekgbagaoapadcajjgibb | 
| Beschrijving | This extension lets you make decisions on the fly with the help of a magic 8 ball!!! | 
| Bestandsgrootte | 12.56 KB | 
| Aantal Installaties | 400 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2017-06-04 | 
| Publicatiedatum | 2017-06-03 | 
| Beoordeling | 4.25/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | steveurkel99 | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/"
    ]
}  |  |