The Walker Texas Ranger Lever

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

What is The Walker Texas Ranger Lever?

The Walker Texas Ranger Lever is a Chrome extension developed by http://www.justinhook.com, and its main feature is "Pull a lever to watch a clip from Walker Texas Ranger.".

Extension Screenshots

screenshot
screenshot

Download The Walker Texas Ranger Lever Extension CRX File

Download The Walker Texas Ranger Lever extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.)                    

Extension Basic Information

Name The Walker Texas Ranger Lever The Walker Texas Ranger Lever
ID opgffomdaiegidglcapipbbhchhimonc
Official URL https://chrome.google.com/webstore/detail/the-walker-texas-ranger-l/opgffomdaiegidglcapipbbhchhimonc
Description Pull a lever to watch a clip from Walker Texas Ranger.
File Size 119 KB
Installation Count 107
Current Version 1.0.6
Last Updated 2016-01-15
Publish Date 2016-01-15
Rating 3.25/5 Total 4 Ratings
Developer http://www.justinhook.com
Payment Type free
Extension Website http://www.justinhook.com
Supported Languages 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"
    ]
}