Velociraptor

Replaces the words and images of a webpage with velociraptors.

Qu'est-ce que Velociraptor ?

Velociraptor est une extension Chrome développée par jure.granicskender, et sa fonction principale est "Replaces the words and images of a webpage with velociraptors.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Velociraptor

Téléchargez les fichiers d'extension Velociraptor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The rapture is coming.                    

Informations de Base sur l'Extension

Nom Velociraptor Velociraptor
ID lflodfcdcmfgmfoheojelcekndoildbm
URL Officiel https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm
Description Replaces the words and images of a webpage with velociraptors.
Taille du Fichier 97.32 KB
Nombre d'Installations 140
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-04-01
Date de Publication 2015-03-31
Évaluation 4.20/5 Total 5 Évaluations
Développeur jure.granicskender
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}