Rabb.it with Twitch Emotes

Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)

什麼是Rabb.it with Twitch Emotes?

Rabb.it with Twitch Emotes是由squabble開發的Chrome擴展程式,該擴展的主要功能是“Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)”。

擴展截圖

screenshot

下載Rabb.it with Twitch Emotes擴展crx文件

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

擴展使用說明

                        Bring the Twitch.tv experience to Rabb.it and feel at home.

*** NOT compatible with new UI - 02/05/2019 ***                    

擴展基本資訊

名稱 Rabb.it with Twitch Emotes Rabb.it with Twitch Emotes
ID lajgmieldekphdicpmpenogignloiain
官方網址 https://chrome.google.com/webstore/detail/rabbit-with-twitch-emotes/lajgmieldekphdicpmpenogignloiain
簡介 Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)
檔案大小 13.74 KB
安裝次數 1,789
目前版本 0.1.8
更新時間 2019-02-07
上架時間 2019-02-07
評分 5.00/5 共 5 次評分
開發者 squabble
擴展官網 https://twitch.tv/lacari
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rabb.it with Twitch Emotes",
    "description": "Adds 500+ Twitch\/BTTV\/FFZ emotes to Rabb.it! (Chrome)",
    "manifest_version": 2,
    "version": "0.1.8",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "*:\/\/www.rabb.it\/*",
        "*:\/\/*.lacari.tv\/*",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "img\/icon_128.png",
            "48": "img\/icon_48.png",
            "16": "img\/icon_16.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.rabb.it\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}