TriHard Only Mode

Replaces all Twitch, BTTV and FFZ emotes with TriHard.

What is TriHard Only Mode?

TriHard Only Mode is a Chrome extension developed by Ravenbtw, and its main feature is "Replaces all Twitch, BTTV and FFZ emotes with TriHard.".

Extension Screenshots

screenshot

Download TriHard Only Mode Extension CRX File

Download TriHard Only Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name TriHard Only Mode TriHard Only Mode
ID floihkgnnghacpnhbffmgkmakfkpbafa
Official URL https://chromewebstore.google.com/detail/trihard-only-mode/floihkgnnghacpnhbffmgkmakfkpbafa
Description Replaces all Twitch, BTTV and FFZ emotes with TriHard.
File Size 14.99 KB
Installation Count 20
Current Version 1.0.2
Last Updated 2018-05-16
Publish Date 2018-05-15
Rating 5.00/5 Total 6 Ratings
Developer Ravenbtw
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TriHard Only Mode",
    "description": "Replaces all Twitch, BTTV and FFZ emotes with TriHard.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}