Velociraptor

Replaces the words and images of a webpage with velociraptors.

Cos'è Velociraptor?

Velociraptor è un'estensione di Chrome sviluppata da jure.granicskender, e la sua funzione principale è "Replaces the words and images of a webpage with velociraptors.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Velociraptor

Scarica i file di estensione Velociraptor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The rapture is coming.                    

Informazioni di Base sull'Estensione

Nome Velociraptor Velociraptor
ID lflodfcdcmfgmfoheojelcekndoildbm
URL Ufficiale https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm
Descrizione Replaces the words and images of a webpage with velociraptors.
Dimensione del File 97.32 KB
Conteggio Installazioni 140
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-04-01
Data di Pubblicazione 2015-03-31
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore jure.granicskender
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}