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 |
官方網址 | 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 |