Pikachu-ify Plugin
Replace your boring Fb messenger wow reacts!!
Wat is Pikachu-ify Plugin?
Pikachu-ify Plugin is een Chrome-extensie ontwikkeld door gs, en de belangrijkste functie is "Replace your boring Fb messenger wow reacts!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Pikachu-ify Plugin
Download Pikachu-ify Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This will replace all Facebook MESSENGER (both within facebook.com and messenger.com) wow reacts with pikachu wow reacts!
Basisinformatie over de Extensie
Naam | |
ID | lomlihdbiifcgbdimkflkakpihdmolnc |
Officiële URL | https://chrome.google.com/webstore/detail/pikachu-ify-plugin/lomlihdbiifcgbdimkflkakpihdmolnc |
Beschrijving | Replace your boring Fb messenger wow reacts!! |
Bestandsgrootte | 118 KB |
Aantal Installaties | 107 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2018-11-20 |
Publicatiedatum | 2018-11-20 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | gs |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |