Twitter Filter
Hide people on Twitter without blocking or unfollowing them
什么是Twitter Filter?
Twitter Filter是由lihan开发的Chrome扩展程序,该扩展的主要功能是“Hide people on Twitter without blocking or unfollowing them”。
扩展截图
下载Twitter Filter扩展crx文件
下载Twitter Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can also filter phrases (TV show spoilers, sports tweets, etc).
Leave a ★★★★★ review with feature request. 扩展基本信息
| 名称 | |
| ID | hfaokbpplplaeglmcpmjacghbnidjnll |
| 官方URL | https://chromewebstore.google.com/detail/twitter-filter/hfaokbpplplaeglmcpmjacghbnidjnll |
| 简介 | Hide people on Twitter without blocking or unfollowing them |
| 文件大小 | 13.05 MB |
| 安装次数 | 34 |
| 当前版本 | 0.1.4 |
| 更新时间 | 2014-07-17 |
| 上架时间 | 2014-07-16 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | lihan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Filter",
"version": "0.1.4",
"manifest_version": 2,
"description": "Hide people on Twitter without blocking or unfollowing them",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"48": "icons\/icon48.png"
},
"background": {
"scripts": [
"bower_components\/underscore\/underscore.js",
"dist\/js\/util.js",
"dist\/js\/background.js"
]
},
"options_page": "dist\/options\/index.html",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Twitter filter"
},
"permissions": [
"tabs",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/www.twitter.com\/*"
],
"css": [
"dist\/css\/inject.css"
],
"js": [
"bower_components\/underscore\/underscore.js",
"bower_components\/jquery\/jquery.js",
"bower_components\/backbone\/backbone.js",
"dist\/js\/util.js",
"dist\/js\/models.js",
"dist\/js\/inject.js"
]
}
]
} | |