Mass follow for Twitter
A feature-rich extension to mass follow and unfollow on Twitter.
Mass follow for Twitterとは何ですか?
Mass follow for Twitterはhamingoearnestによって開発されたChromeの拡張機能で、その主な機能は「A feature-rich extension to mass follow and unfollow on Twitter.」です。
拡張機能のスクリーンショット
Mass follow for Twitter拡張機能のCRXファイルをダウンロード
Mass follow for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NON-OFFICIAL TWITTER TOOL TO: - Bulk follow/unfollow users - Bulk like tweets HOW TO Steps for following/unfollowing: 1. Visit twitter.com 2. Browse any page with profiles (followers, search, lists,...) and public "Follow" buttons 3. Use the plugin to "Follow/Unfollow them all!" Steps for liking several tweets: 1. Visit twitter.com 2. Browse any page with public tweets (timeline, search,...) and public "Like" icons 3. Use the plugin button to "Like them all" 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.
拡張機能の基本情報
名前 | Mass follow for Twitter |
ID | ijppobefgfjffcajmniofbnjkooeneog |
公式URL | https://chromewebstore.google.com/detail/mass-follow-for-twitter/ijppobefgfjffcajmniofbnjkooeneog |
説明 | A feature-rich extension to mass follow and unfollow on Twitter. |
ファイルサイズ | 1.24 MB |
インストール数 | 1,031 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-04-05 |
公開日 | 2023-02-07 |
評価 | 2.00/5 合計 4 レビュー |
開発者 | hamingoearnest |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/1y5GwkWZrgcKjyZAav-FFa07brHP0f-t-T6oKkTamsY8/edit?usp=sharing |
対応言語 | de,en,ca,da,cs,el,bg,bn,am-ET,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.2", "homepage_url": "https:\/\/twitter.com\/", "description": "A feature-rich extension to mass follow and unfollow on Twitter.", "default_locale": "en", "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/twitter.com\/*" ], "icons": { "128": "icons\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "js\/inject\/content-script.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/logo.png" } }, "web_accessible_resources": [ { "resources": [ "fonts\/*", "img\/*" ], "matches": [ "*:\/\/twitter.com\/*" ] } ] } |