Remove Twitter For You
Remove Twitter's "For You" tab
Remove Twitter For Youとは何ですか?
Remove Twitter For YouはDan Lauferによって開発されたChromeの拡張機能で、その主な機能は「Remove Twitter's "For You" tab」です。
拡張機能のスクリーンショット
Remove Twitter For You拡張機能のCRXファイルをダウンロード
Remove Twitter For You拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you sick of Elon's "For You" tab? Do you just wish it'd go away? Well you're in luck! This simple Chrome Extension will remove Twitter's For You tab completely. Remove Twitter For You works if you have pinned Lists, as well. Normally, if you refresh the page from a pinned List, it will default you back to the For You tab. No longer will you be defaulted to the For You tab...because it won't exist! If you appreciate this Chrome Extension and want to support maintence/updates: https://www.buymeacoffee.com/daniellaufer. ***Remove Twitter For You does not access your data in any way. It is automatically disabled outside of twitter.com. It does not have any settings or options. It's as simple and safe as a Chrome extension gets.
拡張機能の基本情報
名前 | Remove Twitter For You |
ID | dokjpibnnijhngancgplopcbealjlegb |
公式URL | https://chromewebstore.google.com/detail/remove-twitter-for-you/dokjpibnnijhngancgplopcbealjlegb |
説明 | Remove Twitter's "For You" tab |
ファイルサイズ | 65.71 KB |
インストール数 | 687 |
現在のバージョン | 1.4 |
最終更新日 | 2023-04-18 |
公開日 | 2023-04-04 |
評価 | 4.64/5 合計 14 レビュー |
開発者 | Dan Laufer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.buymeacoffee.com/daniellaufer |
プライバシーポリシーページのURL | https://danlaufer.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Twitter For You", "version": "1.4", "action": { "default_icon": { "16": "images\/for-you-gone-logo-16.png", "32": "images\/for-you-gone-logo-32.png", "64": "images\/for-you-gone-logo-64.png" } }, "description": "Remove Twitter's \"For You\" tab", "icons": { "16": "images\/for-you-gone-logo-16.png", "32": "images\/for-you-gone-logo-32.png", "64": "images\/for-you-gone-logo-64.png", "128": "images\/for-you-gone-logo-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |