Hide View Count
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Hide View Count là gì?
Hide View Count là một tiện ích mở rộng Chrome được phát triển bởi ろぼいん, và tính năng chính của nó là "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hide View Count
Tải xuống các tệp mở rộng Hide View Count dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hide View Count |
ID | mmefeobjcchickbjelledfhagoddcklp |
URL Chính Thức | https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp |
Mô tả | This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. |
Kích Thước Tệp | 961 KB |
Số Lần Cài Đặt | 2,909 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2023-02-26 |
Ngày Phát Hành | 2022-12-23 |
Đánh Giá | 4.96/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | ろぼいん |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Robot-Inventor/hide-impression |
URL Trang Trợ Giúp | https://github.com/Robot-Inventor/hide-impression |
Ngôn Ngữ Được Hỗ Trợ | 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" } |