WOW DOGE Reactions
Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow
Cos'è WOW DOGE Reactions?
WOW DOGE Reactions è un'estensione di Chrome sviluppata da Kshitij Choudhary, e la sua funzione principale è "Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WOW DOGE Reactions
Scarica i file di estensione WOW DOGE Reactions 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
Update : 0.1.2
With the new update now more icons get updated on Facebook.
This was inspired from - https://www.producthunt.com/tech/trump-reactions by francois grante.
Sincerely,
A Doge Fan Informazioni di Base sull'Estensione
| Nome | |
| ID | dajnbnngadipnjfjbcagenecmjhbeddp |
| URL Ufficiale | https://chromewebstore.google.com/detail/wow-doge-reactions/dajnbnngadipnjfjbcagenecmjhbeddp |
| Descrizione | Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow |
| Dimensione del File | 379 KB |
| Conteggio Installazioni | 263 |
| Versione Corrente | 0.1.2 |
| Ultimo Aggiornamento | 2016-03-03 |
| Data di Pubblicazione | 2016-03-02 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | Kshitij Choudhary |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.kshitij.ws |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WOW DOGE Reactions",
"short_name": "WOW Reactions",
"version": "0.1.2",
"manifest_version": 2,
"description": "Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow",
"homepage_url": "http:\/\/www.kshitij.ws",
"default_locale": "en",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"*:\/\/*.facebook.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"css": [
"content_script\/replace-reactions.css"
]
}
],
"web_accessible_resources": [
"img\/*.png"
]
} | |