Magic 8 Ball
It knows all the answers.
Wat is Magic 8 Ball?
Magic 8 Ball is een Chrome-extensie ontwikkeld door i.m.bwca, en de belangrijkste functie is "It knows all the answers.".
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
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
Basisinformatie over de Extensie
Naam | Magic 8 Ball |
ID | hkhipapgpdambeamafdciafnlgppedlg |
Officiële URL | https://chromewebstore.google.com/detail/magic-8-ball/hkhipapgpdambeamafdciafnlgppedlg |
Beschrijving | It knows all the answers. |
Bestandsgrootte | 1.05 MB |
Aantal Installaties | 224 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-06-15 |
Publicatiedatum | 2022-06-15 |
Ontwikkelaar | i.m.bwca |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Bwca/app__magic-8-ball |
Help Pagina-URL | https://github.com/Bwca/app__magic-8-ball/issues |
Ondersteunde Talen | 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" } } |