Hide new Facebook 2020 stories
Hide stories in the redesigned 2020 version of facebook.com
什么是Hide new Facebook 2020 stories?
Hide new Facebook 2020 stories是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Hide stories in the redesigned 2020 version of facebook.com”。
扩展截图
下载Hide new Facebook 2020 stories扩展crx文件
下载Hide new Facebook 2020 stories扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Facebook got a facelift in 2020. Stories are now even more visible than before. For those who don't use this feature, like us, this chrome extension removes them entirely from top of the news feed. + Is this extension secure? Yes, this tiny extension only checks whether stories are visible and hides them entirely. Nothing else on the page is read. + How can I remove my stories? Simply install this Chrome extension and reload all your facebook tabs. Hope you enjoy, and let us know if this doesn't work for you. Happy facebooking!
扩展基本信息
名称 | Hide new Facebook 2020 stories |
ID | ofahdgdfofeoioedamdhkbbalbkabike |
官方URL | https://chromewebstore.google.com/detail/hide-new-facebook-2020-st/ofahdgdfofeoioedamdhkbbalbkabike |
简介 | Hide stories in the redesigned 2020 version of facebook.com |
文件大小 | 24.97 KB |
安装次数 | 216 |
当前版本 | 1.0 |
更新时间 | 2020-05-14 |
上架时间 | 2020-05-13 |
评分 | 5.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide new Facebook 2020 stories", "version": "1.0", "description": "Hide stories in the redesigned 2020 version of facebook.com", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "\/content_script.js" ] } ], "icons": { "16": "images\/hide_new_facebook_stories_16.png", "32": "images\/hide_new_facebook_stories_32.png", "48": "images\/hide_new_facebook_stories_48.png", "128": "images\/hide_new_facebook_stories_128.png" }, "manifest_version": 2 } |