Destiny LoreBot

Display Grimoire and other related information in the browser while playing Destiny the Game

Destiny LoreBot क्या है?

Destiny LoreBot unisys12 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display Grimoire and other related information in the browser while playing Destiny the Game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Destiny LoreBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A Chrome Extension that can be used while either playing Destiny the Game yourself or watching your favorite streamer. Simply enter their gamertag (not streamer tag) and when you/they enter an activity or location, the Grimoire for that activity or location will be displayed in your browser. Also, with the permission of http://www.isthar-collective.net , I have tied into their API as well to display any Categories that they have tied to events and locations.

Please feel free to reach out to me if you have any questions or suggestions for this extension. Also, a huge thanks goes out to the whole Destiny Lore Community. Without them, their open hearts and minds - I would've never been inspired to start this project. So thank you all!                    

एक्सटेंशन की मूल जानकारी

नाम Destiny LoreBot Destiny LoreBot
ID npbadlpejkgagoninknhbdikblhekcdm
आधिकारिक URL https://chromewebstore.google.com/detail/destiny-lorebot/npbadlpejkgagoninknhbdikblhekcdm
विवरण Display Grimoire and other related information in the browser while playing Destiny the Game
फ़ाइल का आकार 849 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2017-04-22
प्रकाशन तिथि 2017-04-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर unisys12
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/unisys12/LoreBotExt
सहायता पृष्ठ URL https://github.com/unisys12/LoreBotExt/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Destiny LoreBot",
    "short_name": "Destiny LoreBot",
    "version": "1.0.3",
    "author": "Phillip Jackson: [email protected]",
    "manifest_version": 2,
    "description": "Display Grimoire and other related information in the browser while playing Destiny the Game",
    "icons": {
        "16": "assets\/images\/favicon-16.png",
        "128": "assets\/images\/favicon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/bungie.net\/* https:\/\/api.mlab.com\/*; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.bungie.net\/*",
        "*:\/\/*.ishtar-collective.net\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/favicon-16.png",
            "38": "assets\/images\/favicon-32.png"
        },
        "default_title": "Destiny LoreBot",
        "browser_style": true
    },
    "options_page": "index.html"
}