Twitter Follow Tools
a useful extension helping mass follow or unfollow
Twitter Follow Toolsとは何ですか?
Twitter Follow ToolsはReeio Devによって開発されたChromeの拡張機能で、その主な機能は「a useful extension helping mass follow or unfollow」です。
拡張機能のスクリーンショット
Twitter Follow Tools拡張機能のCRXファイルをダウンロード
Twitter Follow Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A extension to help you mass follow / unfollow on Twitter. UPDATA 0.0.2 - fix bug: shortcut only visible at twitter.com ------------------------ USAGE 1. Log into twitter.com 2. Go to a page with profiles (followers, following, search, list members, likes/retweets) 3. The extension icon should appear at the right buttom of the page 4. Click the icon 5. Choose the function you like CAUTION Please carefully read the Twitter following rules and best practices. To prevent account suspension/locking increase the wait, limit your follow sessions and take a longer break between the sessions. FEATURES - Mass follow - Mass unfollow
拡張機能の基本情報
名前 | Twitter Follow Tools |
ID | cnmecagakojolcmdehdkljnaaepbafcd |
公式URL | https://chromewebstore.google.com/detail/twitter-follow-tools/cnmecagakojolcmdehdkljnaaepbafcd |
説明 | a useful extension helping mass follow or unfollow |
ファイルサイズ | 136 KB |
インストール数 | 298 |
現在のバージョン | 0.0.2 |
最終更新日 | 2022-09-15 |
公開日 | 2022-08-02 |
開発者 | Reeio Dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Follow Tools", "description": "a useful extension helping mass follow or unfollow ", "version": "0.0.2", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "background": { "service_worker": "\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "\/content.js" ] } ], "web_accessible_resources": [ { "matches": [ " |