Twitter Timeline Eradicator
Get rid of your Twitter addiction
什么是Twitter Timeline Eradicator?
Twitter Timeline Eradicator是由Grant Gumina开发的Chrome扩展程序,该扩展的主要功能是“Get rid of your Twitter addiction”。
扩展截图
下载Twitter Timeline Eradicator扩展crx文件
下载Twitter Timeline Eradicator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Break your Twitter addiction by removing all the distractions from the platform. This extension removes Twitter timelines and replaces them with an interesting quote instead.
扩展基本信息
名称 | |
ID | jkdloljnomnhbkifgmiobaaajfemiccm |
官方URL | https://chrome.google.com/webstore/detail/twitter-timeline-eradicat/jkdloljnomnhbkifgmiobaaajfemiccm |
简介 | Get rid of your Twitter addiction |
文件大小 | 82.83 KB |
安装次数 | 47 |
当前版本 | 0.0.2 |
更新时间 | 2017-10-31 |
上架时间 | 2017-10-31 |
评分 | 1.43/5 共7次评分 |
开发者 | Grant Gumina |
付费类型 | free |
扩展官网 | https://github.com/grantgumina/twitter-timeline-eradicator |
帮助页面URL | https://github.com/grantgumina/twitter-timeline-eradicator |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Timeline Eradicator", "short_name": "Twitter Timeline Eradicator", "version": "0.0.2", "description": "Get rid of your Twitter addiction", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_start", "css": [ "css\/eradicate.css" ] }, { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end", "js": [ "js\/content.js" ], "css": [ "css\/quote.css" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |