The Walker Texas Ranger Lever

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

Co je The Walker Texas Ranger Lever?

The Walker Texas Ranger Lever je rozšíření Chrome vyvinuté http://www.justinhook.com, a jeho hlavní funkcí je „Pull a lever to watch a clip from Walker Texas Ranger.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření The Walker Texas Ranger Lever

Stáhněte si soubory rozšíření The Walker Texas Ranger Lever ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název The Walker Texas Ranger Lever The Walker Texas Ranger Lever
ID opgffomdaiegidglcapipbbhchhimonc
Oficiální URL https://chrome.google.com/webstore/detail/the-walker-texas-ranger-l/opgffomdaiegidglcapipbbhchhimonc
Popis Pull a lever to watch a clip from Walker Texas Ranger.
Velikost souboru 119 KB
Počet instalací 107
Aktuální Verze 1.0.6
Poslední Aktualizace 2016-01-15
Datum Vydání 2016-01-15
Hodnocení 3.25/5 Celkem 4 Hodnocení
Vývojář http://www.justinhook.com
Typ Platby free
Webové stránky Rozšíření http://www.justinhook.com
Podporované Jazyky 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"
    ]
}