UnlikeForever
Removes the ability to like things on facebook.
什么是UnlikeForever?
UnlikeForever是由uduran12开发的Chrome扩展程序,该扩展的主要功能是“Removes the ability to like things on facebook.”。
下载UnlikeForever扩展crx文件
下载UnlikeForever扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes the like button from facebook on Chrome. If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!
扩展基本信息
名称 | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
官方URL | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
简介 | Removes the ability to like things on facebook. |
文件大小 | 5.52 KB |
安装次数 | 43 |
当前版本 | 1.1 |
更新时间 | 2017-10-30 |
上架时间 | 2017-10-30 |
开发者 | uduran12 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnlikeForever", "version": "1.1", "description": "Removes the ability to like things on facebook.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ] } |