Walker Texas Ranger Lever
Disply popup of random Walker Texas Ranger clip when you press the lever button
What is Walker Texas Ranger Lever?
Walker Texas Ranger Lever is a Chrome extension developed by okcarl, and its main feature is "Disply popup of random Walker Texas Ranger clip when you press the lever button".
Extension Screenshots
Download Walker Texas Ranger Lever Extension CRX File
Download 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
This extension brings the magic of Conan O'Brian's Walker Texas Ranger lever to your browser! Just click the lever button and a random video of Walker Texas Ranger plays in a popup!
Extension Basic Information
Name | Walker Texas Ranger Lever |
ID | dooephedclnlhkakemajfphemmifcnpc |
Official URL | https://chromewebstore.google.com/detail/walker-texas-ranger-lever/dooephedclnlhkakemajfphemmifcnpc |
Description | Disply popup of random Walker Texas Ranger clip when you press the lever button |
File Size | 53.27 KB |
Installation Count | 19 |
Current Version | 0.0.1.2 |
Last Updated | 2013-10-22 |
Publish Date | 2013-10-21 |
Rating | 4.00/5 Total 2 Ratings |
Developer | okcarl |
Payment Type | free |
Extension Website | https://en.wikipedia.org/wiki/List_of_Late_Night_with_Conan_O'Brien_sketches#The_Walker.2C_Texas_Ranger_Lever |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon19.png", "default_popup": "player.html", "default_title": "Walker Texas Ranger Lever" }, "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com; img-src *; frame-src 'self' https:\/\/www.youtube.com; object-src 'self'", "description": "Disply popup of random Walker Texas Ranger clip when you press the lever button", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Walker Texas Ranger Lever", "permissions": [ "https:\/\/suggestqueries.google.com\/*", "https:\/\/gdata.youtube.com\/feeds\/api\/*" ], "version": "0.0.1.2" } |