Player.me custom filter
Apply custom word/phrase filters to player.me
什么是Player.me custom filter?
Player.me custom filter是由captain.zazz开发的Chrome扩展程序,该扩展的主要功能是“Apply custom word/phrase filters to player.me”。
扩展截图
下载Player.me custom filter扩展crx文件
下载Player.me custom filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is still in beta, so any feedback is appreciated.
Contact Zazz over at player.me for support.
https://player.me/zazz/about 扩展基本信息
| 名称 | |
| ID | cjkbjhfhpbmnphgbppkbcidpmmbhaifa |
| 官方URL | https://chromewebstore.google.com/detail/playerme-custom-filter/cjkbjhfhpbmnphgbppkbcidpmmbhaifa |
| 简介 | Apply custom word/phrase filters to player.me |
| 文件大小 | 24.52 KB |
| 安装次数 | 13 |
| 当前版本 | Beta 0.9.4 |
| 更新时间 | 2018-06-03 |
| 上架时间 | 2018-06-03 |
| 评分 | 4.67/5 共6次评分 |
| 开发者 | captain.zazz |
| 付费类型 | free |
| 帮助页面URL | https://player.me/zazz/about |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version_name": "Beta 0.9.4",
"version": "0.9.4",
"name": "Player.me custom filter",
"description": "Apply custom word\/phrase filters to player.me",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"author": "Zazz",
"homepage_url": "https:\/\/player.me\/zazz\/about",
"manifest_version": 2,
"externally_connectable": {
"matches": [
"https:\/\/player.me\/*",
"https:\/\/*.player.me\/*"
]
},
"web_accessible_resources": [
"beta_site\/context\/injected\/*",
"context\/injected\/*",
"options\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/player.me\/*"
],
"css": [
"beta_site\/context\/settings.css"
],
"js": [
"beta_site\/context\/context.js"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"background\/eventPage.js"
],
"persistent": false
},
"permissions": [
"https:\/\/player.me\/*",
"storage"
]
} | |