Kill Twitter
Gets rid of Twitter news feed.
什麼是Kill Twitter?
Kill Twitter是由Nabeel Qureshi開發的Chrome擴展程式,該擴展的主要功能是“Gets rid of Twitter news feed.”。
擴展截圖
下載Kill Twitter擴展crx文件
下載Kill Twitter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I wrote this extension to stop myself from wasting time on Twitter. It worked. The extension kills the news feed and adds a message telling you to go do some work. It also removes the "Moments" tab, but keeps your notifications and messages tabs. No more wasting time on Twitter. No more getting distracted when you log on to send a message. It's that simple.
擴展基本資訊
名稱 | Kill Twitter |
ID | ndblfolgapkbmjgfodhcpfpekoelkhln |
官方網址 | https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln |
簡介 | Gets rid of Twitter news feed. |
檔案大小 | 61.34 KB |
安裝次數 | 48 |
目前版本 | 1.0.0 |
更新時間 | 2018-03-28 |
上架時間 | 2018-03-28 |
評分 | 3.67/5 共 6 次評分 |
開發者 | Nabeel Qureshi |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kill Twitter", "version": "1.0.0", "description": "Gets rid of Twitter news feed.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "jquery.min.js", "kill_twitter.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |