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 |
| 官方URL | 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"
]
}
]
} | |