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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        • 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"
}