Velociraptor
Replaces the words and images of a webpage with velociraptors.
Wat is Velociraptor?
Velociraptor is een Chrome-extensie ontwikkeld door jure.granicskender, en de belangrijkste functie is "Replaces the words and images of a webpage with velociraptors.".
Extensie Screenshots
Download het CRX-bestand van de extensie Velociraptor
Download Velociraptor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        The rapture is coming.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | lflodfcdcmfgmfoheojelcekndoildbm | 
| Officiële URL | https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm | 
| Beschrijving | Replaces the words and images of a webpage with velociraptors. | 
| Bestandsgrootte | 97.32 KB | 
| Aantal Installaties | 140 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2015-04-01 | 
| Publicatiedatum | 2015-03-31 | 
| Beoordeling | 4.20/5 Totaal 5 Beoordelingen | 
| Ontwikkelaar | jure.granicskender | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/"
    ]
}  |  |