Tripadvisor Browser Button

Tripadvisor's official browser extension. Know Better, Book Better, Go Better

¿Qué es Tripadvisor Browser Button?

Tripadvisor Browser Button es una extensión de Chrome desarrollada por https://tripadvisor.com, y su función principal es "Tripadvisor's official browser extension. Know Better, Book Better, Go Better".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tripadvisor Browser Button

Descarga archivos de extensión Tripadvisor Browser Button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Tripadvisor's official Chrome Browser Button.
 * FEATURED in Chrome Webstore and always FREE
 * Faster access to Tripadvisor reviews and ratings
 * Track hotel prices - and get notified of price drops
 * Search Tripadvisor from anywhere
 * Plan and book with confidence

* Hotel Price Tracker * 
Now your Tripadvisor Browser button can act like a Hotel Price Watcher making sure you get the best price on a hotel you're interested in staying at. Watch multiple hotels in the same area for your next trip to be sure you get the best price!

* Faster Access to Tripadvisor Ratings *
Millions of up-to-date reviews and photos by real travellers on hotels, restaurants and attractions from around the world and also in your home town.

* Search through Reviews *
Quickly search Tripadvisor reviews for the details that matter to you.

* Save Time - Stop Clicking Around *
From any website you're just one-click away from the #1 travel website in the world - Tripadvisor.
 
* Easy to Use *
No need to do anything; the Tripadvisor Browser Button will conveniently show-up as you browse around the web.

By installing, you are agree with the Terms of Use located at tripadvisor.com/ChromePrivacy.                    

Información Básica de la Extensión

Nombre Tripadvisor Browser Button Tripadvisor Browser Button
ID oiekdmlabennjdpgimlcpmphdjphlcha
URL Oficial https://chromewebstore.google.com/detail/tripadvisor-browser-butto/oiekdmlabennjdpgimlcpmphdjphlcha
Descripción Tripadvisor's official browser extension. Know Better, Book Better, Go Better
Tamaño del Archivo 855 KB
Cantidad de Instalaciones 86,335
Versión Actual 1.1.2.4
Última Actualización 2023-01-31
Fecha de Publicación 2020-03-07
Calificación 4.62/5 Total de 101 Calificaciones
Desarrollador https://tripadvisor.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.tripadvisor.com/pages/privacy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.2.4",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "idle",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "newuser-en.html",
        "pricewatcher.html",
        "options.html",
        "images\/*",
        "fonts\/*"
    ],
    "browser_action": {
        "default_icon": "images\/owl-128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "16": "images\/owl-16.png",
        "48": "images\/owl-48.png",
        "128": "images\/owl-128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.2.3.min.js",
            "common.js",
            "saves.js",
            "mcr.js",
            "price_watch.js",
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.2.3.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "metrics.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "common.css",
                "on_the_web.css"
            ],
            "js": [
                "mustache.min.js",
                "common.js",
                "jquery.hoverIntent.minified.js",
                "on_the_web.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*\/WidgetBrowserExtension-*"
            ],
            "js": [
                "adjust_widget.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/Hotel_Review-*",
                "*:\/\/*\/Restaurant_Review-*",
                "*:\/\/*\/Attraction_Review-*",
                "*:\/\/*\/Airline_Review-*"
            ],
            "js": [
                "search_reviews.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/www.g.cn\/*",
                "*:\/\/www.google.cn\/*",
                "*:\/\/www.google.ac\/*",
                "*:\/\/www.google.ad\/*",
                "*:\/\/www.google.ae\/*",
                "*:\/\/www.google.al\/*",
                "*:\/\/www.google.am\/*",
                "*:\/\/www.google.as\/*",
                "*:\/\/www.google.at\/*",
                "*:\/\/www.google.az\/*",
                "*:\/\/www.google.ba\/*",
                "*:\/\/www.google.be\/*",
                "*:\/\/www.google.bf\/*",
                "*:\/\/www.google.bg\/*",
                "*:\/\/www.google.bi\/*",
                "*:\/\/www.google.bj\/*",
                "*:\/\/www.google.bs\/*",
                "*:\/\/www.google.by\/*",
                "*:\/\/www.google.ca\/*",
                "*:\/\/www.google.cat\/*",
                "*:\/\/www.google.cc\/*",
                "*:\/\/www.google.cd\/*",
                "*:\/\/www.google.cf\/*",
                "*:\/\/www.google.cg\/*",
                "*:\/\/www.google.ch\/*",
                "*:\/\/www.google.ci\/*",
                "*:\/\/www.google.cl\/*",
                "*:\/\/www.google.cm\/*",
                "*:\/\/www.google.cn\/*",
                "*:\/\/www.google.co.ao\/*",
                "*:\/\/www.google.co.bw\/*",
                "*:\/\/www.google.co.ck\/*",
                "*:\/\/www.google.co.cr\/*",
                "*:\/\/www.google.co.id\/*",
                "*:\/\/www.google.co.il\/*",
                "*:\/\/www.google.co.in\/*",
                "*:\/\/www.google.co.jp\/*",
                "*:\/\/www.google.co.ke\/*",
                "*:\/\/www.google.co.kr\/*",
                "*:\/\/www.google.co.ls\/*",
                "*:\/\/www.google.co.ma\/*",
                "*:\/\/www.google.co.mz\/*",
                "*:\/\/www.google.co.nz\/*",
                "*:\/\/www.google.co.th\/*",
                "*:\/\/www.google.co.tz\/*",
                "*:\/\/www.google.co.ug\/*",
                "*:\/\/www.google.co.uk\/*",
                "*:\/\/www.google.co.uz\/*",
                "*:\/\/www.google.co.ve\/*",
                "*:\/\/www.google.co.vi\/*",
                "*:\/\/www.google.co.za\/*",
                "*:\/\/www.google.co.zm\/*",
                "*:\/\/www.google.co.zw\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.com.af\/*",
                "*:\/\/www.google.com.ag\/*",
                "*:\/\/www.google.com.ai\/*",
                "*:\/\/www.google.com.ar\/*",
                "*:\/\/www.google.com.au\/*",
                "*:\/\/www.google.com.bd\/*",
                "*:\/\/www.google.com.bh\/*",
                "*:\/\/www.google.com.bn\/*",
                "*:\/\/www.google.com.bo\/*",
                "*:\/\/www.google.com.br\/*",
                "*:\/\/www.google.com.by\/*",
                "*:\/\/www.google.com.bz\/*",
                "*:\/\/www.google.com.co\/*",
                "*:\/\/www.google.com.cu\/*",
                "*:\/\/www.google.com.cy\/*",
                "*:\/\/www.google.com.do\/*",
                "*:\/\/www.google.com.ec\/*",
                "*:\/\/www.google.com.eg\/*",
                "*:\/\/www.google.com.et\/*",
                "*:\/\/www.google.com.fj\/*",
                "*:\/\/www.google.com.gh\/*",
                "*:\/\/www.google.com.gi\/*",
                "*:\/\/www.google.com.gt\/*",
                "*:\/\/www.google.com.hk\/*",
                "*:\/\/www.google.com.jm\/*",
                "*:\/\/www.google.com.kh\/*",
                "*:\/\/www.google.com.kh\/*",
                "*:\/\/www.google.com.kw\/*",
                "*:\/\/www.google.com.lb\/*",
                "*:\/\/www.google.com.lc\/*",
                "*:\/\/www.google.com.ly\/*",
                "*:\/\/www.google.com.mt\/*",
                "*:\/\/www.google.com.mx\/*",
                "*:\/\/www.google.com.my\/*",
                "*:\/\/www.google.com.na\/*",
                "*:\/\/www.google.com.nf\/*",
                "*:\/\/www.google.com.ng\/*",
                "*:\/\/www.google.com.ni\/*",
                "*:\/\/www.google.com.np\/*",
                "*:\/\/www.google.com.om\/*",
                "*:\/\/www.google.com.pa\/*",
                "*:\/\/www.google.com.pe\/*",
                "*:\/\/www.google.com.pg\/*",
                "*:\/\/www.google.com.ph\/*",
                "*:\/\/www.google.com.pk\/*",
                "*:\/\/www.google.com.pr\/*",
                "*:\/\/www.google.com.py\/*",
                "*:\/\/www.google.com.qa\/*",
                "*:\/\/www.google.com.sa\/*",
                "*:\/\/www.google.com.sb\/*",
                "*:\/\/www.google.com.sg\/*",
                "*:\/\/www.google.com.sl\/*",
                "*:\/\/www.google.com.sv\/*",
                "*:\/\/www.google.com.tj\/*",
                "*:\/\/www.google.com.tn\/*",
                "*:\/\/www.google.com.tr\/*",
                "*:\/\/www.google.com.tw\/*",
                "*:\/\/www.google.com.ua\/*",
                "*:\/\/www.google.com.uy\/*",
                "*:\/\/www.google.com.vc\/*",
                "*:\/\/www.google.com.vn\/*",
                "*:\/\/www.google.cv\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.dj\/*",
                "*:\/\/www.google.dk\/*",
                "*:\/\/www.google.dm\/*",
                "*:\/\/www.google.dz\/*",
                "*:\/\/www.google.ee\/*",
                "*:\/\/www.google.es\/*",
                "*:\/\/www.google.fi\/*",
                "*:\/\/www.google.fm\/*",
                "*:\/\/www.google.fr\/*",
                "*:\/\/www.google.ga\/*",
                "*:\/\/www.google.ge\/*",
                "*:\/\/www.google.gf\/*",
                "*:\/\/www.google.gg\/*",
                "*:\/\/www.google.gl\/*",
                "*:\/\/www.google.gm\/*",
                "*:\/\/www.google.gp\/*",
                "*:\/\/www.google.gr\/*",
                "*:\/\/www.google.gy\/*",
                "*:\/\/www.google.hn\/*",
                "*:\/\/www.google.hr\/*",
                "*:\/\/www.google.ht\/*",
                "*:\/\/www.google.hu\/*",
                "*:\/\/www.google.ie\/*",
                "*:\/\/www.google.im\/*",
                "*:\/\/www.google.io\/*",
                "*:\/\/www.google.iq\/*",
                "*:\/\/www.google.is\/*",
                "*:\/\/www.google.it\/*",
                "*:\/\/www.google.je\/*",
                "*:\/\/www.google.jo\/*",
                "*:\/\/www.google.kg\/*",
                "*:\/\/www.google.ki\/*",
                "*:\/\/www.google.kz\/*",
                "*:\/\/www.google.la\/*",
                "*:\/\/www.google.li\/*",
                "*:\/\/www.google.lk\/*",
                "*:\/\/www.google.lt\/*",
                "*:\/\/www.google.lu\/*",
                "*:\/\/www.google.lv\/*",
                "*:\/\/www.google.md\/*",
                "*:\/\/www.google.me\/*",
                "*:\/\/www.google.mg\/*",
                "*:\/\/www.google.mk\/*",
                "*:\/\/www.google.ml\/*",
                "*:\/\/www.google.mn\/*",
                "*:\/\/www.google.ms\/*",
                "*:\/\/www.google.mu\/*",
                "*:\/\/www.google.mv\/*",
                "*:\/\/www.google.mw\/*",
                "*:\/\/www.google.ne\/*",
                "*:\/\/www.google.nl\/*",
                "*:\/\/www.google.no\/*",
                "*:\/\/www.google.nr\/*",
                "*:\/\/www.google.nu\/*",
                "*:\/\/www.google.pl\/*",
                "*:\/\/www.google.pn\/*",
                "*:\/\/www.google.ps\/*",
                "*:\/\/www.google.pt\/*",
                "*:\/\/www.google.ro\/*",
                "*:\/\/www.google.rs\/*",
                "*:\/\/www.google.ru\/*",
                "*:\/\/www.google.rw\/*",
                "*:\/\/www.google.sc\/*",
                "*:\/\/www.google.se\/*",
                "*:\/\/www.google.sh\/*",
                "*:\/\/www.google.si\/*",
                "*:\/\/www.google.sk\/*",
                "*:\/\/www.google.sm\/*",
                "*:\/\/www.google.sn\/*",
                "*:\/\/www.google.so\/*",
                "*:\/\/www.google.st\/*",
                "*:\/\/www.google.td\/*",
                "*:\/\/www.google.tg\/*",
                "*:\/\/www.google.tk\/*",
                "*:\/\/www.google.tl\/*",
                "*:\/\/www.google.tm\/*",
                "*:\/\/www.google.to\/*",
                "*:\/\/www.google.tt\/*",
                "*:\/\/www.google.ua\/*",
                "*:\/\/www.google.us\/*",
                "*:\/\/www.google.vg\/*",
                "*:\/\/www.google.vn\/*",
                "*:\/\/www.google.vu\/*",
                "*:\/\/www.google.ws\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.google.*\/uds\/afs*"
            ],
            "css": [
                "google_search.css"
            ],
            "js": [
                "jquery.hoverIntent.minified.js",
                "google_search.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}