Hide Twitter views.
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
什么是Hide Twitter views.?
Hide Twitter views.是由charies开发的Chrome扩展程序,该扩展的主要功能是“Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.”。
扩展截图
下载Hide Twitter views.扩展crx文件
下载Hide Twitter views.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
扩展基本信息
名称 | Hide Twitter views. |
ID | gbojcaianddcdcmagaeciibaonmmgaeg |
官方URL | https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg |
简介 | Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets. |
文件大小 | 15.58 KB |
安装次数 | 253 |
当前版本 | 1.0 |
更新时间 | 2022-12-27 |
上架时间 | 2022-12-27 |
评分 | 5.00/5 共5次评分 |
开发者 | charies |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter views.", "version": "1.0", "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.", "action": { "default_popup": "html\/index.html", "default_icon": "images\/icon.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |