Fix Twitter
Fix dumb things about Twitter and TweetDeck on the web (e.g. hidden “replying to”, t.co links)
Fix Twitterとは何ですか?
Fix TwitterはJonathan Suhによって開発されたChromeの拡張機能で、その主な機能は「Fix dumb things about Twitter and TweetDeck on the web (e.g. hidden “replying to”, t.co links)」です。
拡張機能のスクリーンショット
Fix Twitter拡張機能のCRXファイルをダウンロード
Fix Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fix dumb things about the Twitter and TweetDeck on the web. - Always show “replying to” in replies and threads. - Enable old school @-mention replies. - Replace https://t.co links with the original links (wherever possible). - Hide “in case you missed” notifications. Details: - Should replace most (but not all) https://t.co links—it only replaces ones where the data of the original URL is available in the code. - Runs in the background and only executes in tabs open to twitter.com or tweetdeck.com. - Runs every 3 seconds (polling interval customizable in options). Only shows hidden “replying to” that haven’t already been restored and only replaces new t.co links that haven’t already been changed (i.e. when you first load twitter.com, navigate to a new page, open a modal, load more tweets, etc.) - Permission is listed as being able to “Read and change your data on tweetdeck.twitter.com and twitter.com” but none of your data is being read, stored, sent or otherwise by me or anyone else. - If you’re curious or skeptical, I open-sourced this extension so you can see what’s happening under the hood at https://github.com/jonsuh/fix-twitter.
拡張機能の基本情報
名前 | Fix Twitter |
ID | gnmfhemkaclbeooiklobpejpoihpfnfd |
公式URL | https://chromewebstore.google.com/detail/fix-twitter/gnmfhemkaclbeooiklobpejpoihpfnfd |
説明 | Fix dumb things about Twitter and TweetDeck on the web (e.g. hidden “replying to”, t.co links) |
ファイルサイズ | 8.38 KB |
インストール数 | 488 |
現在のバージョン | 1.2 |
最終更新日 | 2018-03-12 |
公開日 | 2018-03-12 |
評価 | 3.71/5 合計 7 レビュー |
開発者 | Jonathan Suh |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jonsuh/fix-twitter/ |
ヘルプページのURL | https://github.com/jonsuh/fix-twitter/issues/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fix Twitter", "version": "1.2", "manifest_version": 2, "author": "Jonathan Suh |