Magic 8 Ball
It knows all the answers.
Magic 8 Ball क्या है?
Magic 8 Ball i.m.bwca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It knows all the answers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magic 8 Ball एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Magic 8 Ball |
ID | hkhipapgpdambeamafdciafnlgppedlg |
आधिकारिक URL | https://chromewebstore.google.com/detail/magic-8-ball/hkhipapgpdambeamafdciafnlgppedlg |
विवरण | It knows all the answers. |
फ़ाइल का आकार | 1.05 MB |
स्थापना संख्या | 224 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-06-15 |
प्रकाशन तिथि | 2022-06-15 |
डेवलपर | i.m.bwca |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Bwca/app__magic-8-ball |
सहायता पृष्ठ URL | https://github.com/Bwca/app__magic-8-ball/issues |
समर्थित भाषाएँ | 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" } } |