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 |
官方網址 | 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\/*" ] } ] } |