Hide Twitter Trends
Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
什么是Hide Twitter Trends?
Hide Twitter Trends是由http://moath.dev开发的Chrome扩展程序,该扩展的主要功能是“Hide Twitter (What’s happening, Who to follow, Topics to follow) elements”。
扩展截图
下载Hide Twitter Trends扩展crx文件
下载Hide Twitter Trends扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you don't like the Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs, and you want to hide it this extension is your solution, this extension will hide Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs from Twitter web app and let you focus on your timeline.
扩展基本信息
名称 | |
ID | lapmncfnibdclongbkleadoicnkhknia |
官方URL | https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia |
简介 | Hide Twitter (What’s happening, Who to follow, Topics to follow) elements |
文件大小 | 511 KB |
安装次数 | 14,957 |
当前版本 | 0.10.2 |
更新时间 | 2022-06-28 |
上架时间 | 2020-07-19 |
评分 | 4.46/5 共90次评分 |
开发者 | http://moath.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/DevMoath/hide-twitter-trends |
帮助页面URL | https://github.com/DevMoath/hide-twitter-trends/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter Trends", "version": "0.10.2", "description": "Hide Twitter (What\u2019s happening, Who to follow, Topics to follow) elements", "author": "Moath Alhajri", "homepage_url": "https:\/\/moath.dev\/", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ] } |