Better Destiny.gg

Restores emotes and faith in humanity to users of destiny.gg

什麼是Better Destiny.gg?

Better Destiny.gg是由9inevolt開發的Chrome擴展程式,該擴展的主要功能是“Restores emotes and faith in humanity to users of destiny.gg”。

擴展截圖

screenshot

下載Better Destiny.gg擴展crx文件

下載Better Destiny.gg擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        • View embedded strawpolls in chat
• Hover preview for Youtube, Twitter and some other links
• Twitter and EmojiOne themes for fuller Unicode 9 emoji coverage
• Ability to input some emoji like :gun:
• Ban avoidance of blacklisted phrases
• Use destiny and some other popular Twitch emotes
• Use some BetterTTV emotes
• Special Halloween and Christmas emotes
• Set your own flag flair
• Flairs for movie streamers
• Formatting applied to old messages when joining/refreshing chat
• Merged Better Better Destiny.gg into Better Destiny.gg
• Desktop notifications for private messages
• Light chat theme
• Stalk command
• Options to change emote behaviors
• Greentext and multiemote for all
• Shows deleted messages of muted or banned chatters
• Restores deleted emotes
• OverRustle.com /strims command
• OverRustle.com link conversion
• Click mentioned user names to highlight conversations
• Completely ignore messages in chat containing specific words
• Clickable indicator when chat is scrolled up                    

擴展基本資訊

名稱 Better Destiny.gg Better Destiny.gg
ID ilhmkkocekbajiikponcokjdabiipecj
官方網址 https://chromewebstore.google.com/detail/better-destinygg/ilhmkkocekbajiikponcokjdabiipecj
簡介 Restores emotes and faith in humanity to users of destiny.gg
檔案大小 6.91 MB
安裝次數 737
目前版本 1.7.1
更新時間 2019-03-08
上架時間 2019-03-08
評分 4.58/5 共 19 次評分
開發者 9inevolt
付費類型 free
擴展官網 http://9inevolt.github.io/betterdgg/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Destiny.gg",
    "manifest_version": 2,
    "description": "Restores emotes and faith in humanity to users of destiny.gg",
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.destiny.gg\/*",
        "*:\/\/*.ustream.tv\/*",
        "*:\/\/*.overrustle.com\/*",
        "*:\/\/*.downthecrop.xyz\/*",
        "*:\/\/*.overrustlelogs.net\/*"
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.destiny.gg\/embed\/chat*"
            ],
            "css": [
                "betterdgg.css"
            ],
            "js": [
                "betterdgg.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "embed\/*",
        "images\/*",
        "injected.js"
    ],
    "version": "1.7.1"
}