PlebTV
Free Twitch Sub Emotes for those who dont want to give him money.
Vad är PlebTV?
PlebTV är en Chrome-tillägg utvecklad av Plebian, och dess huvudfunktion är "Free Twitch Sub Emotes for those who dont want to give him money.".
Ladda ner PlebTV-förlängningens CRX-fil
Ladda ner PlebTV-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
PlebTV. A very minimal chrome extension that allows you to use subscriber emotes on a Twitch.tv channel without paying $5 subscription fee.
Grundläggande Information om Tillägg
Namn | |
ID | opnhdldldepoplohpadkbnfdmhmpboki |
Officiell webbadress | https://chromewebstore.google.com/detail/plebtv/opnhdldldepoplohpadkbnfdmhmpboki |
Beskrivning | Free Twitch Sub Emotes for those who dont want to give him money. |
Filstorlek | 18.54 KB |
Antal Installationer | 15 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2017-01-06 |
Publiceringsdatum | 2017-01-06 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Plebian |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |