Hidden Tickets
Find the cheapest tickets for your next flight
What is Hidden Tickets?
Hidden Tickets is a Chrome extension developed by http://hiddentickets.com, and its main feature is "Find the cheapest tickets for your next flight".
Extension Screenshots
Download Hidden Tickets Extension CRX File
Download Hidden Tickets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Find the cheapest tickets for your next flight. We use some magic. Just run the plugin and wait for amazing results.
Extension Basic Information
Name | |
ID | cfkkhmokjhiiekijpnmlailhheohpdbo |
Official URL | https://chrome.google.com/webstore/detail/hidden-tickets/cfkkhmokjhiiekijpnmlailhheohpdbo |
Description | Find the cheapest tickets for your next flight |
File Size | 148 KB |
Installation Count | 392 |
Current Version | 0.1.29 |
Last Updated | 2016-03-20 |
Publish Date | 2016-03-20 |
Rating | 4.75/5 Total 4 Ratings |
Developer | http://hiddentickets.com |
Payment Type | free |
Extension Website | http://hiddentickets.com |
Supported Languages | 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" ] } |