Better BTTV
Make BTTV even Better! - Extension giving back freedom of usage of BTTV!
Qu'est-ce que Better BTTV ?
Better BTTV est une extension Chrome développée par Sky, et sa fonction principale est "Make BTTV even Better! - Extension giving back freedom of usage of BTTV!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better BTTV
Téléchargez les fichiers d'extension Better BTTV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
ADDED OLD GOOD POGCHAMP AS PogChamp TWITCH EMOTE NO MORE WEIRD ONES! Better BTTV! Unlimited global and channel emote, WEEB filter and aidomatic points clicker! Its all in one extension expanding functionality of BTTV - extension for TwitchTV! This extension increases your experience of using BTTV extension What it exactly adds? - PogChamp emotes back! - Free adding of custom emotes - More Global - Filltering out WEEB emotes (like AYAYA) from chat (im updating list as I see any of them) - AUTOMATIC points receiver functionality! What do you need to use Better BTTV? Better BTTV can work standalone but I highly recommend using it with BTTV extension! Soon more functionalities! Feel free to contact me on discord Sky#2594
Informations de Base sur l'Extension
Nom | Better BTTV |
ID | cmfeooimdhjkcoiohoodihbccehncajo |
URL Officiel | https://chromewebstore.google.com/detail/better-bttv/cmfeooimdhjkcoiohoodihbccehncajo |
Description | Make BTTV even Better! - Extension giving back freedom of usage of BTTV! |
Taille du Fichier | 91.43 KB |
Nombre d'Installations | 47,015 |
Version Actuelle | 0.7.4.12 |
Dernière Mise à Jour | 2022-09-29 |
Date de Publication | 2020-05-27 |
Évaluation | 3.42/5 Total 31 Évaluations |
Développeur | Sky |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "*:\/\/raw.githubusercontent.com\/*", "*:\/\/github.com\/xxSkyy\/*", "*:\/\/skyalty.com\/*" ], "manifest_version": 2, "version": "0.7.4.12", "name": "Better BTTV", "description": "Make BTTV even Better! - Extension giving back freedom of usage of BTTV!", "browser_action": { "default_icon": "img\/icon.png", "default_title": "Better BTTV", "default_popup": "html\/popup.html" }, "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "128": "img\/128x128.png" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/jquery.cookie.js", "js\/purify.js", "js\/helpers\/variables.js", "js\/helpers\/functions.js", "js\/content.js" ], "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*" ], "run_at": "document_start", "all_frames": true } ] } |