1-click blocker for Twitter
Block users on Twitter in one click instead of 3.
1-click blocker for Twitterとは何ですか?
1-click blocker for Twitterはdara_tobiによって開発されたChromeの拡張機能で、その主な機能は「Block users on Twitter in one click instead of 3.」です。
拡張機能のスクリーンショット
1-click blocker for Twitter拡張機能のCRXファイルをダウンロード
1-click blocker for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension modifies Twitter by adding a block button to each Tweet. The block button that is added enables a user to block the owner of the Tweet in one click instead of the usual 3 clicks (1. open tweet menu, 2. click block user, 3. confirm block) You can now block users from ANYWHERE! There's now a block button on the list of users on the Likes, followers, and reposts pages. This is a universal 1-click solution to your Twitter blocking problems.
拡張機能の基本情報
名前 | 1-click blocker for Twitter |
ID | clhbjgbdocpldiobndgnlijdcmpppkhl |
公式URL | https://chromewebstore.google.com/detail/1-click-blocker-for-twitt/clhbjgbdocpldiobndgnlijdcmpppkhl |
説明 | Block users on Twitter in one click instead of 3. |
ファイルサイズ | 11.77 KB |
インストール数 | 937 |
現在のバージョン | 1.0.6 |
最終更新日 | 2024-03-04 |
公開日 | 2023-03-26 |
評価 | 4.73/5 合計 22 レビュー |
開発者 | dara_tobi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/dara_tobi |
ヘルプページのURL | https://twitter.com/dara_tobi |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dara Oladosu", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "index.js" ] } ], "description": "Block users on Twitter in one click instead of 3.", "icons": { "48": "images\/one-click-blocker.png" }, "manifest_version": 3, "name": "1-click blocker for Twitter", "offline_enabled": true, "short_name": "Twitter 1-click blocker", "version": "1.0.6" } |