Remove Unnecessary Tweets
Extension removes tweets other people's likes, from your timeline.
什么是Remove Unnecessary Tweets?
Remove Unnecessary Tweets是由emreerkoca开发的Chrome扩展程序,该扩展的主要功能是“Extension removes tweets other people's likes, from your timeline.”。
扩展截图
下载Remove Unnecessary Tweets扩展crx文件
下载Remove Unnecessary Tweets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You' re following some account for information but some people like funny tweets. If you think this is time loosing and you don' t want to see 'X liked this' etc. tweets, you can use this. So you can obtain more good Twitter timeline.
扩展基本信息
名称 | |
ID | daicnhdooapknokokdpigjfmljkiekmd |
官方URL | https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd |
简介 | Extension removes tweets other people's likes, from your timeline. |
文件大小 | 6.95 KB |
安装次数 | 80 |
当前版本 | 0.0.2 |
更新时间 | 2020-11-05 |
上架时间 | 2020-11-05 |
开发者 | emreerkoca |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Unnecessary Tweets", "description": "Extension removes tweets other people's likes, from your timeline.", "version": "0.0.2", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "browser_action": { "default_icon": "twitter_icon.png", "default_popup": "popup.html" } } |