Hide View Count
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
什么是Hide View Count?
Hide View Count是由ろぼいん开发的Chrome扩展程序,该扩展的主要功能是“This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.”。
扩展截图
下载Hide View Count扩展crx文件
下载Hide View Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second! This is an extension to "not **see** the number of impressions". It cannot be used to "not **show** the number of impressions". ## What you can do - Hide the number of impressions of your tweets and others' tweets on your browser ## What you cannot do - Hide the number of impressions of your Tweets from others - Using a client other than the official web version of the Twitter client
扩展基本信息
名称 | Hide View Count |
ID | mmefeobjcchickbjelledfhagoddcklp |
官方URL | https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp |
简介 | This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. |
文件大小 | 961 KB |
安装次数 | 2,909 |
当前版本 | 1.5.0 |
更新时间 | 2023-02-26 |
上架时间 | 2022-12-23 |
评分 | 4.96/5 共28次评分 |
开发者 | ろぼいん |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Robot-Inventor/hide-impression |
帮助页面URL | https://github.com/Robot-Inventor/hide-impression |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide View Count", "short_name": "HideViewCount", "version": "1.5.0", "description": "__MSG_manifest_description__", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "index.js" ] } ], "default_locale": "en" } |