Twitter Accept ALL button 2015
appear on follower_requests page.
Twitter Accept ALL button 2015とは何ですか?
Twitter Accept ALL button 2015はmyalert.jpによって開発されたChromeの拡張機能で、その主な機能は「appear on follower_requests page.」です。
Twitter Accept ALL button 2015拡張機能のCRXファイルをダウンロード
Twitter Accept ALL button 2015拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
after installation&enable, go https://twitter.com/follower_requests and reload
拡張機能の基本情報
名前 | |
ID | gcmmaobinkndglejcocbababjmknmbni |
公式URL | https://chrome.google.com/webstore/detail/twitter-accept-all-button/gcmmaobinkndglejcocbababjmknmbni |
説明 | appear on follower_requests page. |
ファイルサイズ | 44.04 KB |
インストール数 | 13 |
現在のバージョン | 0.0.1 |
最終更新日 | 2015-11-25 |
公開日 | 2015-11-25 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | myalert.jp |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/39ff/twitter_accept_follower_requests_button |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Accept ALL button 2015", "version": "0.0.1", "manifest_version": 2, "description": "appear on follower_requests page.", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/follower_requests" ], "all_frames": false, "js": [ "jquery.min.js", "script.js", "notify.min.js" ], "run_at": "document_idle" } ] } |