Say Nope to Facebook Reactions
Disables annoying new Facebook reactions from showing when hovering.
Was ist Say Nope to Facebook Reactions?
Say Nope to Facebook Reactions ist eine Chrome-Erweiterung, die von samsamskies entwickelt wurde, und ihr Hauptmerkmal ist "Disables annoying new Facebook reactions from showing when hovering.".
Erweiterungsscreenshots
Say Nope to Facebook Reactions-Erweiterungs-CRX-Datei herunterladen
Laden Sie Say Nope to Facebook Reactions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The new Facebook reactions were annoyingly popping up everytime I hovered over the Like button, so I decided to do something about it. This extension just simply makes it so that you can't see the reactions popup.
Nope icon stolen from The Oatmeal. http://theoatmeal.com/comics/facebook_reactions Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fiegjeeldjbadiiabfdemkeggpcjfmme |
| Offizielle URL | https://chromewebstore.google.com/detail/say-nope-to-facebook-reac/fiegjeeldjbadiiabfdemkeggpcjfmme |
| Beschreibung | Disables annoying new Facebook reactions from showing when hovering. |
| Dateigröße | 6.97 KB |
| Installationsanzahl | 45 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2016-02-27 |
| Veröffentlichungsdatum | 2016-02-26 |
| Bewertung | 3.89/5 Insgesamt 9 Bewertungen |
| Entwickler | samsamskies |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Say Nope to Facebook Reactions",
"description": "Disables annoying new Facebook reactions from showing when hovering.",
"version": "1.0",
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"index.js"
]
}
]
} | |