Hide Twitter Views
Hides twitter view count on tweets
什麼是Hide Twitter Views?
Hide Twitter Views是由lilemmsart開發的Chrome擴展程式,該擴展的主要功能是“Hides twitter view count on tweets”。
擴展截圖
下載Hide Twitter Views擴展crx文件
下載Hide Twitter Views擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you not want to see the twitter views analytics button on twitter? This extension removes all references to the view analytics button to return twitter to a more streamlined experience 擴展基本資訊
| 名稱 | |
| ID | odmckobgdffcoepiflciodiockcgkkki |
| 官方網址 | https://chromewebstore.google.com/detail/hide-twitter-views/odmckobgdffcoepiflciodiockcgkkki |
| 簡介 | Hides twitter view count on tweets |
| 檔案大小 | 3.21 KB |
| 安裝次數 | 62 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-12-26 |
| 上架時間 | 2022-12-26 |
| 評分 | 3.67/5 共 3 次評分 |
| 開發者 | lilemmsart |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.freeprivacypolicy.com/live/d8d700b0-6045-48b9-b193-8cee1be367e2 |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hide Twitter Views",
"description": "Hides twitter view count on tweets",
"version": "1.0",
"content_scripts": [
{
"js": [
"hide.js"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
} | |