The Walker Texas Ranger Lever

Pull a lever to watch a clip from Walker Texas Ranger.

The Walker Texas Ranger Lever란 무엇입니까?

The Walker Texas Ranger Lever은(는) http://www.justinhook.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pull a lever to watch a clip from Walker Texas Ranger."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

The Walker Texas Ranger Lever 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Conan O'Brien had one under his desk on Late Night, and now you can have one under your browser every night. Pull the lever to stop whatever you were doing and watch a carefully selected clip from the hit TV series "Walker Texas Ranger" starring the one-and-only Chuck Norris.

NOTE: Lever works on most but not all sites (like the Chrome Store.)                    

확장 프로그램 기본 정보

이름 The Walker Texas Ranger Lever The Walker Texas Ranger Lever
ID opgffomdaiegidglcapipbbhchhimonc
공식 URL https://chrome.google.com/webstore/detail/the-walker-texas-ranger-l/opgffomdaiegidglcapipbbhchhimonc
설명 Pull a lever to watch a clip from Walker Texas Ranger.
파일 크기 119 KB
설치 횟수 107
현재 버전 1.0.6
최근 업데이트 2016-01-15
출시 날짜 2016-01-15
평점 3.25/5 총 4 개의 평점
개발자 http://www.justinhook.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.justinhook.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Walker Texas Ranger Lever",
    "description": "Pull a lever to watch a clip from Walker Texas Ranger.",
    "version": "1.0.6",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "lever.html",
        "lever.png",
        "poll.png",
        "blank.gif",
        "fancybox_loading.gif",
        "fancybox_overlay.png",
        "fancybox_sprite.png",
        "[email protected]",
        "eyes.png",
        "icon_19.png",
        "icon_38.png"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19b.png",
            "38": "icon_38b.png"
        },
        "default_title": "The Walker Texas Ranger Lever"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "toggle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "lever.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.fancybox.pack.js",
                "lever.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}