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