Velociraptor

Replaces the words and images of a webpage with velociraptors.

Co je Velociraptor?

Velociraptor je rozšíření Chrome vyvinuté jure.granicskender, a jeho hlavní funkcí je „Replaces the words and images of a webpage with velociraptors.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Velociraptor

Stáhněte si soubory rozšíření Velociraptor 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í

                        The rapture is coming.                    

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

Název Velociraptor Velociraptor
ID lflodfcdcmfgmfoheojelcekndoildbm
Oficiální URL https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm
Popis Replaces the words and images of a webpage with velociraptors.
Velikost souboru 97.32 KB
Počet instalací 140
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-04-01
Datum Vydání 2015-03-31
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář jure.granicskender
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Velociraptor",
    "short_name": "Velociraptor",
    "description": "Replaces the words and images of a webpage with velociraptors.",
    "version": "1.0.1",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "VELOCIRAPTOR"
    },
    "background": {
        "scripts": [
            "velociraptor_main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}