Twitter Extended
A bunch of extensions and extra features for Twitter
Twitter Extendedとは何ですか?
Twitter ExtendedはQueによって開発されたChromeの拡張機能で、その主な機能は「A bunch of extensions and extra features for Twitter」です。
拡張機能のスクリーンショット
Twitter Extended拡張機能のCRXファイルをダウンロード
Twitter Extended拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Your choice of Improvements & fixes to Twitter: ---> Click the blue bird in your Chrome bar to configure. - Hiding others' likes on your timeline - Hides Promoted Tweets - Square Icons - Hides Trends on the Left - Shows follower count - Hides Moments on the top bar - Hides the Email import box - Hides the Who to Follow - Hides curiouscat & ask.fm tweets - Hides like & rt counts - Real time tweet Version 1.1 changelog: - Fixed chrome permissions so it doesn't ask for non-twitter information - Added curiouscat & askfm hiding - Improved memory usage by disabling follower count by default - Added option to hide like & rt options - Fixed bug with missing square icons on minimised threads Version 1.0 release
拡張機能の基本情報
名前 | Twitter Extended |
ID | bidcnhmidglfaojcifcjnlgeifobcdif |
公式URL | https://chromewebstore.google.com/detail/twitter-extended/bidcnhmidglfaojcifcjnlgeifobcdif |
説明 | A bunch of extensions and extra features for Twitter |
ファイルサイズ | 40.88 KB |
インストール数 | 1,328 |
現在のバージョン | 1.1 |
最終更新日 | 2018-06-06 |
公開日 | 2018-06-06 |
評価 | 4.02/5 合計 42 レビュー |
開発者 | Que |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.youtube.com/watch?v=5LlQNty_C8s |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Extended", "description": "A bunch of extensions and extra features for Twitter", "version": "1.1", "icons": { "128": "icon.png" }, "permissions": [ "storage", "https:\/\/twitter.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/twitter.com\/*", "*:\/\/www.twitter.com\/*", "*:\/\/twitter.com\/", "*:\/\/www.twitter.com\/" ], "js": [ "change.js" ] } ], "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html", "default_title": "Twitter Extended" }, "background": { "scripts": [ "background.js" ] } } |