Say Nope to Facebook Reactions
Disables annoying new Facebook reactions from showing when hovering.
什麼是Say Nope to Facebook Reactions?
Say Nope to Facebook Reactions是由samsamskies開發的Chrome擴展程式,該擴展的主要功能是“Disables annoying new Facebook reactions from showing when hovering.”。
擴展截圖
下載Say Nope to Facebook Reactions擴展crx文件
下載Say Nope to Facebook Reactions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | fiegjeeldjbadiiabfdemkeggpcjfmme | 
| 官方網址 | https://chromewebstore.google.com/detail/say-nope-to-facebook-reac/fiegjeeldjbadiiabfdemkeggpcjfmme | 
| 簡介 | Disables annoying new Facebook reactions from showing when hovering. | 
| 檔案大小 | 6.97 KB | 
| 安裝次數 | 45 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2016-02-27 | 
| 上架時間 | 2016-02-26 | 
| 評分 | 3.89/5 共 9 次評分 | 
| 開發者 | samsamskies | 
| 付費類型 | free | 
| 支援的語言 | 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"
            ]
        }
    ]
}  |  |