Say Nope to Facebook Reactions
Disables annoying new Facebook reactions from showing when hovering.
Cos'è Say Nope to Facebook Reactions?
Say Nope to Facebook Reactions è un'estensione di Chrome sviluppata da samsamskies, e la sua funzione principale è "Disables annoying new Facebook reactions from showing when hovering.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Say Nope to Facebook Reactions
Scarica i file di estensione Say Nope to Facebook 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | fiegjeeldjbadiiabfdemkeggpcjfmme |
| URL Ufficiale | https://chromewebstore.google.com/detail/say-nope-to-facebook-reac/fiegjeeldjbadiiabfdemkeggpcjfmme |
| Descrizione | Disables annoying new Facebook reactions from showing when hovering. |
| Dimensione del File | 6.97 KB |
| Conteggio Installazioni | 45 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-02-27 |
| Data di Pubblicazione | 2016-02-26 |
| Valutazione | 3.89/5 Totale 9 Valutazioni |
| Sviluppatore | samsamskies |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |