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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.justinhook.com และคุณลักษณะหลักของมันคือ "Pull a lever to watch a clip from Walker Texas Ranger."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Walker Texas Ranger Lever

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}