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 |
官方網址 | 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" } |