Twitter Enhancer
Enhance your Twitter frontend! Remove useless adds, and view only useful things.
Twitter Enhancerとは何ですか?
Twitter EnhancerはVortezzによって開発されたChromeの拡張機能で、その主な機能は「Enhance your Twitter frontend! Remove useless adds, and view only useful things.」です。
拡張機能のスクリーンショット
Twitter Enhancer拡張機能のCRXファイルをダウンロード
Twitter Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Remove some useless new features of Twitter! Get rid of the stats buttons, and more to come! 拡張機能の基本情報
| 名前 | |
| ID | beggifbkibbbfhhncigpacihnmcnfagg |
| 公式URL | https://chromewebstore.google.com/detail/twitter-enhancer/beggifbkibbbfhhncigpacihnmcnfagg |
| 説明 | Enhance your Twitter frontend! Remove useless adds, and view only useful things. |
| ファイルサイズ | 26.17 KB |
| インストール数 | 12 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2022-12-25 |
| 公開日 | 2022-12-25 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Vortezz |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://vortezz.dev/terms |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitter Enhancer",
"description": "Enhance your Twitter frontend! Remove useless adds, and view only useful things.",
"version": "1.0",
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
} | |