Hidden Tickets
Find the cheapest tickets for your next flight
Hidden Ticketsとは何ですか?
Hidden Ticketsはhttp://hiddentickets.comによって開発されたChromeの拡張機能で、その主な機能は「Find the cheapest tickets for your next flight」です。
拡張機能のスクリーンショット
Hidden Tickets拡張機能のCRXファイルをダウンロード
Hidden Tickets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find the cheapest tickets for your next flight. We use some magic. Just run the plugin and wait for amazing results.
拡張機能の基本情報
名前 | |
ID | cfkkhmokjhiiekijpnmlailhheohpdbo |
公式URL | https://chrome.google.com/webstore/detail/hidden-tickets/cfkkhmokjhiiekijpnmlailhheohpdbo |
説明 | Find the cheapest tickets for your next flight |
ファイルサイズ | 148 KB |
インストール数 | 392 |
現在のバージョン | 0.1.29 |
最終更新日 | 2016-03-20 |
公開日 | 2016-03-20 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | http://hiddentickets.com |
支払い方法 | free |
拡張機能のウェブサイト | http://hiddentickets.com |
対応言語 | 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" ] } |