Purple Rain

Purple Rain

Purple Rain란 무엇입니까?

Purple Rain은(는) blackrain69에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Purple Rain"입니다.

확장 프로그램 스크린샷

screenshot

Purple Rain 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Purple Rain is a tool developed to eliminate cumbersome activities of the Zoo World game and make it more enjoyable also enable you to do more for your zoo mates!                    

확장 프로그램 기본 정보

이름 Purple Rain Purple Rain
ID daeppebkefikclglnghfhnodhgnjidbf
공식 URL https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf
설명 Purple Rain
파일 크기 20.66 KB
설치 횟수 1,000
현재 버전 7.1
최근 업데이트 2019-07-21
출시 날짜 2019-07-17
개발자 blackrain69
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://blackrain69.com
지원되는 언어 en-US
manifest.json
{
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http*:\/\/zooworldgame.popreach.com\/*",
                "http*:\/\/zooworldclassic.popreach.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Purple Rain",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Purple Rain",
    "permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "storage",
        "http:\/\/*.popreach.com\/*",
        "https:\/\/*.popreach.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.1"
}