Destiny LoreBot
Display Grimoire and other related information in the browser while playing Destiny the Game
什麼是Destiny LoreBot?
Destiny LoreBot是由unisys12開發的Chrome擴展程式,該擴展的主要功能是“Display Grimoire and other related information in the browser while playing Destiny the Game”。
擴展截圖
下載Destiny LoreBot擴展crx文件
下載Destiny LoreBot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | npbadlpejkgagoninknhbdikblhekcdm |
官方網址 | 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" } |