Hidden Tickets
Find the cheapest tickets for your next flight
Cos'è Hidden Tickets?
Hidden Tickets è un'estensione di Chrome sviluppata da http://hiddentickets.com, e la sua funzione principale è "Find the cheapest tickets for your next flight".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hidden Tickets
Scarica i file di estensione Hidden Tickets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Find the cheapest tickets for your next flight. We use some magic. Just run the plugin and wait for amazing results.
Informazioni di Base sull'Estensione
Nome | |
ID | cfkkhmokjhiiekijpnmlailhheohpdbo |
URL Ufficiale | https://chrome.google.com/webstore/detail/hidden-tickets/cfkkhmokjhiiekijpnmlailhheohpdbo |
Descrizione | Find the cheapest tickets for your next flight |
Dimensione del File | 148 KB |
Conteggio Installazioni | 392 |
Versione Corrente | 0.1.29 |
Ultimo Aggiornamento | 2016-03-20 |
Data di Pubblicazione | 2016-03-20 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | http://hiddentickets.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://hiddentickets.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hidden Tickets", "version": "0.1.29", "description": "Find the cheapest tickets for your next flight", "author": "svetlikov", "icons": { "16": "hiddentickets.png", "48": "hiddentickets.png", "128": "hiddentickets.png" }, "browser_action": { "default_icon": "hiddentickets.png", "default_title": "Hidden Tickets" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/www.google.de\/*" ], "manifest_version": 2, "web_accessible_resources": [ "flightsfucker.js", "awesomplete.min.js", "style.css", "sky.jpg" ] } |