While you were away Remover
Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
什么是While you were away Remover?
While you were away Remover是由Mark开发的Chrome扩展程序,该扩展的主要功能是“Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work”。
下载While you were away Remover扩展crx文件
下载While you were away Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Want to remove Twitter's new "While you were away" 'feature'? This extension does just that, and nothing else. This simple extension, worth 2 lines of code, automatically hides the "While you were away" block from your Twitter feed, meaning you can start using Twitter again the way it was intended. May add feature to remove the follower suggestions that pop up in the middle of the timeline as well if users want.
扩展基本信息
名称 | While you were away Remover |
ID | kfhdopamocjnncalnifjpcbhkckbndlb |
官方URL | https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb |
简介 | Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work |
文件大小 | 56.99 KB |
安装次数 | 65 |
当前版本 | 0.1 |
更新时间 | 2016-02-03 |
上架时间 | 2016-02-02 |
评分 | 4.00/5 共8次评分 |
开发者 | Mark |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "While you were away Remover", "version": "0.1", "icons": { "48": "IconSmall.jpg", "128": "Icon.jpg" }, "description": "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work", "short_name": "WYWARemover", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ], "js": [ "jquery-2.2.0.min.js", "removeWYWA.js" ] } ] } |