Walker Texas Ranger Lever

Disply popup of random Walker Texas Ranger clip when you press the lever button

Vad är Walker Texas Ranger Lever?

Walker Texas Ranger Lever är en Chrome-tillägg utvecklad av okcarl, och dess huvudfunktion är "Disply popup of random Walker Texas Ranger clip when you press the lever button".

Tilläggsskärmbilder

screenshot

Ladda ner Walker Texas Ranger Lever-förlängningens CRX-fil

Ladda ner Walker Texas Ranger Lever-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Walker Texas Ranger Lever Walker Texas Ranger Lever
ID dooephedclnlhkakemajfphemmifcnpc
Officiell webbadress https://chromewebstore.google.com/detail/walker-texas-ranger-lever/dooephedclnlhkakemajfphemmifcnpc
Beskrivning Disply popup of random Walker Texas Ranger clip when you press the lever button
Filstorlek 53.27 KB
Antal Installationer 19
Aktuell Version 0.0.1.2
Senast Uppdaterad 2013-10-22
Publiceringsdatum 2013-10-21
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare okcarl
Betalningssätt free
Tilläggswebbplats https://en.wikipedia.org/wiki/List_of_Late_Night_with_Conan_O'Brien_sketches#The_Walker.2C_Texas_Ranger_Lever
Stödda Språk 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"
}