PlebTV
Free Twitch Sub Emotes for those who dont want to give him money.
What is PlebTV?
PlebTV is a Chrome extension developed by Plebian, and its main feature is "Free Twitch Sub Emotes for those who dont want to give him money.".
Download PlebTV Extension CRX File
Download PlebTV 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
PlebTV. A very minimal chrome extension that allows you to use subscriber emotes on a Twitch.tv channel without paying $5 subscription fee.
Extension Basic Information
Name | |
ID | opnhdldldepoplohpadkbnfdmhmpboki |
Official URL | https://chromewebstore.google.com/detail/plebtv/opnhdldldepoplohpadkbnfdmhmpboki |
Description | Free Twitch Sub Emotes for those who dont want to give him money. |
File Size | 18.54 KB |
Installation Count | 15 |
Current Version | 0.1 |
Last Updated | 2017-01-06 |
Publish Date | 2017-01-06 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Plebian |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PlebTV", "description": "Free Twitch Sub Emotes for those who dont want to give him money.", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "lolalpha1.js" ] } ], "browser_action": { "default_title": "PlebTV", "default_icon": { "128": "gusta.png" } }, "permissions": [ "tabs", "https:\/\/www.twitch.tv\/*" ] } |