WOW DOGE Reactions
Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow
Wat is WOW DOGE Reactions?
WOW DOGE Reactions is een Chrome-extensie ontwikkeld door Kshitij Choudhary, en de belangrijkste functie is "Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow".
Extensie Screenshots
Download het CRX-bestand van de extensie WOW DOGE Reactions
Download WOW DOGE Reactions-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | dajnbnngadipnjfjbcagenecmjhbeddp |
| Officiële URL | https://chromewebstore.google.com/detail/wow-doge-reactions/dajnbnngadipnjfjbcagenecmjhbeddp |
| Beschrijving | Replaces emojis in Facebook Reactions by DOGE's WOW pictures.Such Change Much Wow |
| Bestandsgrootte | 379 KB |
| Aantal Installaties | 263 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2016-03-03 |
| Publicatiedatum | 2016-03-02 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Kshitij Choudhary |
| Betalingswijze | free |
| Extensiewebsite | http://www.kshitij.ws |
| Ondersteunde Talen | 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"
]
} | |