Hidden Tickets
Find the cheapest tickets for your next flight
Co to jest Hidden Tickets?
Hidden Tickets to rozszerzenie Chrome opracowane przez http://hiddentickets.com, a jego główną funkcją jest „Find the cheapest tickets for your next flight”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hidden Tickets
Pobierz pliki rozszerzeń Hidden Tickets w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Find the cheapest tickets for your next flight. We use some magic. Just run the plugin and wait for amazing results.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cfkkhmokjhiiekijpnmlailhheohpdbo |
Oficjalny URL | https://chrome.google.com/webstore/detail/hidden-tickets/cfkkhmokjhiiekijpnmlailhheohpdbo |
Opis | Find the cheapest tickets for your next flight |
Rozmiar pliku | 148 KB |
Liczba instalacji | 392 |
Aktualna Wersja | 0.1.29 |
Ostatnia Aktualizacja | 2016-03-20 |
Data Publikacji | 2016-03-20 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | http://hiddentickets.com |
Typ Płatności | free |
Strona Rozszerzenia | http://hiddentickets.com |
Obsługiwane Języki | 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" ] } |