award.flights
Find all the awards!
What is award.flights?
award.flights is a Chrome extension developed by https://award.flights, and its main feature is "Find all the awards!".
Extension Screenshots
Download award.flights Extension CRX File
Download award.flights 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
Search for award flights on multiple carriers and cabins. Supported carriers:NH, BA, EY, SQ, JL, AC, QF, KL Multi origin/destination search Search multiple days. Save searches for easier monitoring of flights.
Extension Basic Information
Name | award.flights |
ID | cgkmhlnbmfjmlplmcdnannneiplmjiba |
Official URL | https://chromewebstore.google.com/detail/awardflights/cgkmhlnbmfjmlplmcdnannneiplmjiba |
Description | Find all the awards! |
File Size | 2.06 MB |
Installation Count | 5,683 |
Current Version | 1.0.36 |
Last Updated | 2020-01-03 |
Publish Date | 2020-01-02 |
Rating | 4.29/5 Total 7 Ratings |
Developer | https://award.flights |
Payment Type | free |
Extension Website | https://award.flights |
Help Page URL | https://award.flights/guide/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "award.flights", "short_name": "award.flights", "description": "Find all the awards!", "version": "1.0.36", "permissions": [ "tabs", "activeTab", "webNavigation", "storage", "notifications", "https:\/\/www.britishairways.com\/*", "https:\/\/www.aeroplan.com\/*", "https:\/\/*.ana.co.jp\/*", "http:\/\/www.etihad.com\/*", "https:\/\/*.etihad.com\/*", "https:\/\/*.jal.co.jp\/*", "http:\/\/*.jal.co.jp\/*", "https:\/\/*.singaporeair.com\/*", "http:\/\/www.qantas.com\/*", "https:\/\/*.qantas.com\/*", "https:\/\/*.qantas.com.au\/*", "https:\/\/*.klm.com\/*", "https:\/\/wwws.klm.us\/*", "https:\/\/www.klm.us\/*", "https:\/\/klm.nl\/*", "https:\/\/*.klm.nl\/*", "https:\/\/*.lifemiles.com\/*", "https:\/\/award.flights\/*", "https:\/\/www.buymeacoffee.com" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_title": "award.flights" }, "icons": { "16": "assets\/Icon-16.png", "48": "assets\/Icon-48.png", "128": "assets\/Icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'", "incognito": "split" } |