UNIFIED CHALLENGES CheckPlay Tool (Flickr)

CheckPlay Tool for Flickr CHALLENGE groups

UNIFIED CHALLENGES CheckPlay Tool (Flickr)란 무엇입니까?

UNIFIED CHALLENGES CheckPlay Tool (Flickr)은(는) Alesa Dam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CheckPlay Tool for Flickr CHALLENGE groups"입니다.

UNIFIED CHALLENGES CheckPlay Tool (Flickr) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The script gives visual feedback on challenges in the supported Flickr Challenge Groups.                    

확장 프로그램 기본 정보

이름 UNIFIED CHALLENGES CheckPlay Tool (Flickr) UNIFIED CHALLENGES CheckPlay Tool (Flickr)
ID ocbokinknmkiofolhjbhccbhkfpplaif
공식 URL https://chrome.google.com/webstore/detail/ocbokinknmkiofolhjbhccbhkfpplaif
설명 CheckPlay Tool for Flickr CHALLENGE groups
파일 크기 133 KB
설치 횟수 37
현재 버전 3.2.10
최근 업데이트 2014-03-13
출시 날짜 2014-03-13
평점 4.50/5 총 4 개의 평점
개발자 Alesa Dam
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.flickr.com/groups/unified_checkplay/discuss/72157623600133810/
도움말 페이지 URL http://www.flickr.com/groups/unified_checkplay/discuss/72157623600133810/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UNIFIED CHALLENGES CheckPlay Tool (Flickr)",
    "version": "3.2.10",
    "description": "CheckPlay Tool for Flickr CHALLENGE groups",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/mootools-1.2.5-core-yc.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/paypal.png",
        "images\/amazon.png",
        "images\/bitcoin.png",
        "images\/pulser2.gif",
        "images\/icon_check_small.png",
        "images\/icon_error_x_small.png",
        "images\/icon_check.png"
    ],
    "homepage_url": "http:\/\/www.flickr.com\/groups\/unified_checkplay\/discuss\/72157623600133810\/",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.flickr.com\/groups\/*\/discuss\/*",
                "https:\/\/*.flickr.com\/groups\/*\/discuss\/*"
            ],
            "exclude_matches": [
                "http:\/\/*.flickr.com\/*\/?search*",
                "https:\/\/*.flickr.com\/*\/?search*"
            ],
            "js": [
                "scripts\/mootools-1.2.5-core-yc.js",
                "scripts\/ucp_greasemonkey_layer.js",
                "scripts\/unified_challenges_check.user.js"
            ]
        }
    ],
    "run_at": "document_end"
}