Pikachu-ify Plugin
Replace your boring Fb messenger wow reacts!!
Cos'è Pikachu-ify Plugin?
Pikachu-ify Plugin è un'estensione di Chrome sviluppata da gs, e la sua funzione principale è "Replace your boring Fb messenger wow reacts!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pikachu-ify Plugin
Scarica i file di estensione Pikachu-ify Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This will replace all Facebook MESSENGER (both within facebook.com and messenger.com) wow reacts with pikachu wow reacts!
Informazioni di Base sull'Estensione
Nome | |
ID | lomlihdbiifcgbdimkflkakpihdmolnc |
URL Ufficiale | https://chrome.google.com/webstore/detail/pikachu-ify-plugin/lomlihdbiifcgbdimkflkakpihdmolnc |
Descrizione | Replace your boring Fb messenger wow reacts!! |
Dimensione del File | 118 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2018-11-20 |
Data di Pubblicazione | 2018-11-20 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | gs |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |