Better Destiny.gg

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

Better Destiny.ggคืออะไร?

Better Destiny.gg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 9inevolt และคุณลักษณะหลักของมันคือ "Restores emotes and faith in humanity to users of destiny.gg"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Destiny.gg

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}