Hide Twitter views.
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Hide Twitter views.とは何ですか?
Hide Twitter views.はchariesによって開発されたChromeの拡張機能で、その主な機能は「Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.」です。
拡張機能のスクリーンショット
Hide Twitter views.拡張機能のCRXファイルをダウンロード
Hide Twitter views.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets. 拡張機能の基本情報
| 名前 | |
| ID | gbojcaianddcdcmagaeciibaonmmgaeg |
| 公式URL | https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg |
| 説明 | Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets. |
| ファイルサイズ | 15.58 KB |
| インストール数 | 253 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2022-12-27 |
| 公開日 | 2022-12-27 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | charies |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hide Twitter views.",
"version": "1.0",
"description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.",
"action": {
"default_popup": "html\/index.html",
"default_icon": "images\/icon.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
} | |