NBA Reactions

Replaces emojis in Facebook Reactions with NBA player pictures.

Wat is NBA Reactions?

NBA Reactions is een Chrome-extensie ontwikkeld door Armin Hadziosmanovic, en de belangrijkste functie is "Replaces emojis in Facebook Reactions with NBA player pictures.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NBA Reactions

Download NBA 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

                        Facebook reactions with NBA player faces
Replaces new Facebook reactions with NBA Player faces. You're welcome.

Thanks to the article "How to build your own extension modifying Facebook Reactions":
https://francoisgrante.com/articles/customize-facebook-reactions/

Thanks to "La Giornata Tipo" for the idea.
https://www.facebook.com/LaGiornataTipo/                    

Basisinformatie over de Extensie

Naam NBA Reactions NBA Reactions
ID okabifmpjkicccpjheanimalipepdape
Officiële URL https://chromewebstore.google.com/detail/nba-reactions/okabifmpjkicccpjheanimalipepdape
Beschrijving Replaces emojis in Facebook Reactions with NBA player pictures.
Bestandsgrootte 573 KB
Aantal Installaties 37
Huidige Versie 0.0.1
Laatst Bijgewerkt 2016-02-28
Publicatiedatum 2016-02-28
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Armin Hadziosmanovic
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NBA Reactions",
    "short_name": "NBA Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Replaces emojis in Facebook Reactions with NBA player pictures.",
    "homepage_url": "https:\/\/armhadz.com",
    "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"
    ]
}