Twitter View Hider
Automatically hide view counts of tweets in your timeline
什么是Twitter View Hider?
Twitter View Hider是由Adrien Minne开发的Chrome扩展程序,该扩展的主要功能是“Automatically hide view counts of tweets in your timeline”。
扩展截图
下载Twitter View Hider扩展crx文件
下载Twitter View Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension hides the view count that was recently added on the tweets of your timeline.
扩展基本信息
名称 | Twitter View Hider |
ID | mmoiilglckpgboidkcedhkhmimmeblml |
官方URL | https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml |
简介 | Automatically hide view counts of tweets in your timeline |
文件大小 | 11.32 KB |
安装次数 | 35 |
当前版本 | 1.0 |
更新时间 | 2022-12-25 |
上架时间 | 2022-12-25 |
评分 | 4.00/5 共2次评分 |
开发者 | Adrien Minne |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter View Hider", "version": "1.0", "manifest_version": 3, "description": "Automatically hide view counts of tweets in your timeline", "permissions": [], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "web_accessible_resources": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |