Magic 8 Ball

It knows all the answers.

Qu'est-ce que Magic 8 Ball ?

Magic 8 Ball est une extension Chrome développée par i.m.bwca, et sa fonction principale est "It knows all the answers.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

                        Magic 8 ball to answer all the questions.

This is a port of the applications I am developing https://bwca.github.io/app__magic-8-ball.
In future features will be added for different customizations, including answer customization.

Ask your question and click the 8 on the ball. Credits for the 3d model go to cywarr https://github.com/cywarr                    

Informations de Base sur l'Extension

Nom Magic 8 Ball Magic 8 Ball
ID hkhipapgpdambeamafdciafnlgppedlg
URL Officiel https://chromewebstore.google.com/detail/magic-8-ball/hkhipapgpdambeamafdciafnlgppedlg
Description It knows all the answers.
Taille du Fichier 1.05 MB
Nombre d'Installations 224
Version Actuelle 1.0
Dernière Mise à Jour 2022-06-15
Date de Publication 2022-06-15
Développeur i.m.bwca
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Bwca/app__magic-8-ball
URL de la Page d'Aide https://github.com/Bwca/app__magic-8-ball/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Magic 8 Ball",
    "description": "It knows all the answers.",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self'"
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}