Say Nope to Facebook Reactions
Disables annoying new Facebook reactions from showing when hovering.
Vad är Say Nope to Facebook Reactions?
Say Nope to Facebook Reactions är en Chrome-tillägg utvecklad av samsamskies, och dess huvudfunktion är "Disables annoying new Facebook reactions from showing when hovering.".
Tilläggsskärmbilder
Ladda ner Say Nope to Facebook Reactions-förlängningens CRX-fil
Ladda ner Say Nope to Facebook Reactions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | fiegjeeldjbadiiabfdemkeggpcjfmme | 
| Officiell webbadress | https://chromewebstore.google.com/detail/say-nope-to-facebook-reac/fiegjeeldjbadiiabfdemkeggpcjfmme | 
| Beskrivning | Disables annoying new Facebook reactions from showing when hovering. | 
| Filstorlek | 6.97 KB | 
| Antal Installationer | 45 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2016-02-27 | 
| Publiceringsdatum | 2016-02-26 | 
| Betyg | 3.89/5 Totalt 9 Betyg | 
| Utvecklare | samsamskies | 
| Betalningssätt | free | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |