Pikachu-ify Plugin
Replace your boring Fb messenger wow reacts!!
Qu'est-ce que Pikachu-ify Plugin ?
Pikachu-ify Plugin est une extension Chrome développée par gs, et sa fonction principale est "Replace your boring Fb messenger wow reacts!!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pikachu-ify Plugin
Téléchargez les fichiers d'extension Pikachu-ify Plugin 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
This will replace all Facebook MESSENGER (both within facebook.com and messenger.com) wow reacts with pikachu wow reacts!
Informations de Base sur l'Extension
Nom | |
ID | lomlihdbiifcgbdimkflkakpihdmolnc |
URL Officiel | https://chrome.google.com/webstore/detail/pikachu-ify-plugin/lomlihdbiifcgbdimkflkakpihdmolnc |
Description | Replace your boring Fb messenger wow reacts!! |
Taille du Fichier | 118 KB |
Nombre d'Installations | 107 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2018-11-20 |
Date de Publication | 2018-11-20 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | gs |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pikachu-ify Plugin", "description": "Replace your boring Fb messenger wow reacts!!", "version": "1.3", "browser_action": { "default_icon": "theicon.png" }, "permissions": [ "activeTab" ], "icons": { "16": "theicon.png", "32": "theicon.png", "48": "theicon.png", "128": "theicon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/www.messenger.com\/*" ], "js": [ "onPage.js" ], "run_at": "document_end" } ] } |