Flying dachshunds
This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.
What is Flying dachshunds?
Flying dachshunds is a Chrome extension developed by Wai-chuen, and its main feature is "This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.".
Extension Screenshots
Download Flying dachshunds Extension CRX File
Download Flying dachshunds 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
All image copyright belongs to original owners.
Extension Basic Information
Name | |
ID | gjmebpjdapkkekibgjdelbpocfjffijh |
Official URL | https://chrome.google.com/webstore/detail/flying-dachshunds/gjmebpjdapkkekibgjdelbpocfjffijh |
Description | This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds. |
File Size | 1.75 MB |
Installation Count | 61 |
Current Version | 0.2 |
Last Updated | 2017-10-21 |
Publish Date | 2017-10-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Wai-chuen |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flying dachshunds", "description": "This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.", "version": "0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/www.flightradar24.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.flightradar24.com\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "script.js", "images\/*.png" ] } |