Twitch Pokemon Helper
Helps attain pokemon badges the TwitchPresents stream.
Qu'est-ce que Twitch Pokemon Helper ?
Twitch Pokemon Helper est une extension Chrome développée par Xeio, et sa fonction principale est "Helps attain pokemon badges the TwitchPresents stream.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Pokemon Helper
Téléchargez les fichiers d'extension Twitch Pokemon Helper 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
For the TwitchPresents Pokemon anime stream. Plays sounds when badges appear on stream. Can play separate sounds for new or already-owned badges. Options can be changed by clicking the extension button. If an Ad is visible when a badge appears, this extension will make the badge extension visible and clickable even if it wouldn't normally be. This feature is disabled by default.
Informations de Base sur l'Extension
Nom | |
ID | lkiomiclaaoehjemoljiekcfaofkomkl |
URL Officiel | https://chromewebstore.google.com/detail/twitch-pokemon-helper/lkiomiclaaoehjemoljiekcfaofkomkl |
Description | Helps attain pokemon badges the TwitchPresents stream. |
Taille du Fichier | 116 KB |
Nombre d'Installations | 343 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2018-09-18 |
Date de Publication | 2018-09-18 |
Évaluation | 4.82/5 Total 22 Évaluations |
Développeur | Xeio |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Xeio/TwitchPokemonHelper |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Pokemon Helper", "version": "1.2.2", "manifest_version": 2, "description": "Helps attain pokemon badges the TwitchPresents stream.", "permissions": [ "storage" ], "optional_permissions": [ "https:\/\/www.twitch.tv\/twitchpresents" ], "content_scripts": [ { "matches": [ "*:\/\/*.ext-twitch.tv\/*" ], "all_frames": true, "js": [ "src\/inject.js" ] } ], "background": { "scripts": [ "src\/preferences.js", "src\/bg.js" ], "persistent": true }, "browser_action": { "default_popup": "src\/options.html" }, "web_accessible_resources": [ "src\/pageInject.js" ], "externally_connectable": { "matches": [ "*:\/\/*.ext-twitch.tv\/*" ] } } |