Velociraptor

Replaces the words and images of a webpage with velociraptors.

Was ist Velociraptor?

Velociraptor ist eine Chrome-Erweiterung, die von jure.granicskender entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the words and images of a webpage with velociraptors.".

Erweiterungsscreenshots

screenshot

Velociraptor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Velociraptor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The rapture is coming.                    

Grundlegende Informationen zur Erweiterung

Name Velociraptor Velociraptor
ID lflodfcdcmfgmfoheojelcekndoildbm
Offizielle URL https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm
Beschreibung Replaces the words and images of a webpage with velociraptors.
Dateigröße 97.32 KB
Installationsanzahl 140
Aktuelle Version 1.0.1
Letztes Update 2015-04-01
Veröffentlichungsdatum 2015-03-31
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler jure.granicskender
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}