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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
} | |