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文件

下載The Walker Texas Ranger Lever擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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