Magic 8 Ball

It knows all the answers.

Cos'è Magic 8 Ball?

Magic 8 Ball è un'estensione di Chrome sviluppata da i.m.bwca, e la sua funzione principale è "It knows all the answers.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Magic 8 Ball

Scarica i file di estensione Magic 8 Ball in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Magic 8 Ball Magic 8 Ball
ID hkhipapgpdambeamafdciafnlgppedlg
URL Ufficiale https://chromewebstore.google.com/detail/magic-8-ball/hkhipapgpdambeamafdciafnlgppedlg
Descrizione It knows all the answers.
Dimensione del File 1.05 MB
Conteggio Installazioni 224
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-15
Data di Pubblicazione 2022-06-15
Sviluppatore i.m.bwca
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Bwca/app__magic-8-ball
URL della Pagina di Aiuto https://github.com/Bwca/app__magic-8-ball/issues
Lingue Supportate 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"
    }
}