Destiny LoreBot

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

O que é Destiny LoreBot?

Destiny LoreBot é uma extensão do Chrome desenvolvida por unisys12, e sua principal característica é "Display Grimoire and other related information in the browser while playing Destiny the Game".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Destiny LoreBot

Baixe arquivos de extensão Destiny LoreBot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Destiny LoreBot Destiny LoreBot
ID npbadlpejkgagoninknhbdikblhekcdm
URL Oficial https://chromewebstore.google.com/detail/destiny-lorebot/npbadlpejkgagoninknhbdikblhekcdm
Descrição Display Grimoire and other related information in the browser while playing Destiny the Game
Tamanho do Arquivo 849 KB
Contagem de Instalações 30
Versão Atual 1.0.3
Última Atualização 2017-04-22
Data de Publicação 2017-04-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor unisys12
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/unisys12/LoreBotExt
URL da Página de Ajuda https://github.com/unisys12/LoreBotExt/issues
Idiomas Suportados 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"
}