Flying dachshunds

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

Co je Flying dachshunds?

Flying dachshunds je rozšíření Chrome vyvinuté Wai-chuen, a jeho hlavní funkcí je „This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Flying dachshunds

Stáhněte si soubory rozšíření Flying dachshunds ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        All image copyright belongs to original owners.                    

Základní Informace o Rozšíření

Název Flying dachshunds Flying dachshunds
ID gjmebpjdapkkekibgjdelbpocfjffijh
Oficiální URL https://chrome.google.com/webstore/detail/flying-dachshunds/gjmebpjdapkkekibgjdelbpocfjffijh
Popis This extension replaces the aircraft icons at www.flightradar24.com with flying dachshunds.
Velikost souboru 1.75 MB
Počet instalací 61
Aktuální Verze 0.2
Poslední Aktualizace 2017-10-21
Datum Vydání 2017-10-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Wai-chuen
Typ Platby free
Podporované Jazyky 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"
    ]
}