Better TweetDeck
Take TweetDeck to the next level!
Better TweetDeckとは何ですか?
Better TweetDeckはhttps://erambert.meによって開発されたChromeの拡張機能で、その主な機能は「Take TweetDeck to the next level!」です。
拡張機能のスクリーンショット
Better TweetDeck拡張機能のCRXファイルをダウンロード
Better TweetDeck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Improve your experience on TweetDeck web with tons of features! More informations on https://better.tw Report bugs here: https://github.com/eramdam/BetterTweetDeck/issues Source code: https://github.com/eramdam/BetterTweetDeck Follow @BetterTDeck on Twitter for news/support
拡張機能の基本情報
名前 | |
ID | micblkellenpbfapmcpcfhcoeohhnpob |
公式URL | https://chromewebstore.google.com/detail/better-tweetdeck/micblkellenpbfapmcpcfhcoeohhnpob |
説明 | Take TweetDeck to the next level! |
ファイルサイズ | 5.92 MB |
インストール数 | 60,672 |
現在のバージョン | 4.11.1 |
最終更新日 | 2023-07-08 |
公開日 | 2020-06-06 |
評価 | 4.25/5 合計 283 レビュー |
開発者 | https://erambert.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://better.tw |
ヘルプページのURL | https://twitter.com/BetterTDeck |
プライバシーポリシーページのURL | https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy |
対応言語 | de,en,fr,nl,pt-BR,cs,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better TweetDeck", "description": "Take TweetDeck to the next level!", "short_name": "Better TweetDeck", "default_locale": "en", "version": "4.11.1", "manifest_version": 3, "icons": { "16": "build\/assets\/icons\/icon-16.png", "32": "build\/assets\/icons\/icon-32.png", "48": "build\/assets\/icons\/icon-48.png", "96": "build\/assets\/icons\/icon-96.png", "128": "build\/assets\/icons\/icon-128.png", "256": "build\/assets\/icons\/icon-256.png", "512": "build\/assets\/icons\/icon-512.png" }, "content_scripts": [ { "matches": [ "*:\/\/tweetdeck.twitter.com\/*" ], "js": [ "build\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "build\/inject.js", "*.png", "build\/emoji-sheet-64.png" ], "matches": [ "*:\/\/tweetdeck.twitter.com\/*" ] } ], "permissions": [ "storage", "contextMenus", "notifications" ], "content_security_policy": { "extension_pages": "img-src https: data: 'self' *; default-src; font-src 'self' * data:; connect-src * https:; style-src 'unsafe-inline'; script-src 'self'" }, "host_permissions": [ "*:\/\/tweetdeck.twitter.com\/*", "https:\/\/*.tenor.com\/*", "https:\/\/*.giphy.com\/*", "https:\/\/*.twimg.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/tweetdeck.twitter.com\/*" ] }, "options_page": "build\/options\/ui.html" } |