Flying dachshunds

This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.

Wat is Flying dachshunds?

Flying dachshunds is een Chrome-extensie ontwikkeld door Wai-chuen, en de belangrijkste functie is "This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Flying dachshunds

Download Flying dachshunds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        All image copyright belongs to original owners.                    

Basisinformatie over de Extensie

Naam Flying dachshunds Flying dachshunds
ID gjmebpjdapkkekibgjdelbpocfjffijh
Officiële URL https://chrome.google.com/webstore/detail/flying-dachshunds/gjmebpjdapkkekibgjdelbpocfjffijh
Beschrijving This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.
Bestandsgrootte 1.75 MB
Aantal Installaties 61
Huidige Versie 0.2
Laatst Bijgewerkt 2017-10-21
Publicatiedatum 2017-10-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Wai-chuen
Betalingswijze free
Ondersteunde Talen 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"
    ]
}