TweetDeck Accounts Switcher
TweetDeck のアカウント選択を複数選択ではなく切り替えになるように拡張します。
What is TweetDeck Accounts Switcher?
TweetDeck Accounts Switcher is a Chrome extension developed by https://chitoku.jp, and its main feature is "TweetDeck のアカウント選択を複数選択ではなく切り替えになるように拡張します。".
Extension Screenshots
Download TweetDeck Accounts Switcher Extension CRX File
Download TweetDeck Accounts Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | TweetDeck Accounts Switcher |
ID | cjnfkpniglbbhifpkfnclpndpbhmfllh |
Official URL | https://chromewebstore.google.com/detail/tweetdeck-accounts-switch/cjnfkpniglbbhifpkfnclpndpbhmfllh |
Description | TweetDeck のアカウント選択を複数選択ではなく切り替えになるように拡張します。 |
File Size | 7.67 KB |
Installation Count | 145 |
Current Version | 2.0.0 |
Last Updated | 2018-02-04 |
Publish Date | 2018-02-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://chitoku.jp |
Payment Type | free |
Extension Website | https://chitoku.jp/programming/tweetdeck-account-switcher |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TweetDeck Accounts Switcher", "version": "2.0.0", "description": "TweetDeck \u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u9078\u629e\u3092\u8907\u6570\u9078\u629e\u3067\u306f\u306a\u304f\u5207\u308a\u66ff\u3048\u306b\u306a\u308b\u3088\u3046\u306b\u62e1\u5f35\u3057\u307e\u3059\u3002", "manifest_version": 2, "icons": { "128": "img\/icon_128.png" }, "web_accessible_resources": [ "js\/inject.js" ], "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "run_at": "document_idle" } ] } |