Hidden Tickets
Find the cheapest tickets for your next flight
Wat is Hidden Tickets?
Hidden Tickets is een Chrome-extensie ontwikkeld door http://hiddentickets.com, en de belangrijkste functie is "Find the cheapest tickets for your next flight".
Extensie Screenshots
Download het CRX-bestand van de extensie Hidden Tickets
Download Hidden Tickets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Find the cheapest tickets for your next flight. We use some magic. Just run the plugin and wait for amazing results.
Basisinformatie over de Extensie
Naam | |
ID | cfkkhmokjhiiekijpnmlailhheohpdbo |
Officiële URL | https://chrome.google.com/webstore/detail/hidden-tickets/cfkkhmokjhiiekijpnmlailhheohpdbo |
Beschrijving | Find the cheapest tickets for your next flight |
Bestandsgrootte | 148 KB |
Aantal Installaties | 392 |
Huidige Versie | 0.1.29 |
Laatst Bijgewerkt | 2016-03-20 |
Publicatiedatum | 2016-03-20 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://hiddentickets.com |
Betalingswijze | free |
Extensiewebsite | http://hiddentickets.com |
Ondersteunde Talen | 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" ] } |