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"입니다.

확장 프로그램 스크린샷

screenshot

Player.me custom filter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is still in beta, so any feedback is appreciated.

Contact Zazz over at player.me for support.
https://player.me/zazz/about                    

확장 프로그램 기본 정보

이름 Player.me custom filter Player.me custom filter
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"
    ]
}