Velociraptor
Replaces the words and images of a webpage with velociraptors.
What is Velociraptor?
Velociraptor is a Chrome extension developed by jure.granicskender, and its main feature is "Replaces the words and images of a webpage with velociraptors.".
Extension Screenshots
Download Velociraptor Extension CRX File
Download Velociraptor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The rapture is coming.
Extension Basic Information
Name | Velociraptor |
ID | lflodfcdcmfgmfoheojelcekndoildbm |
Official URL | https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm |
Description | Replaces the words and images of a webpage with velociraptors. |
File Size | 97.32 KB |
Installation Count | 140 |
Current Version | 1.0.1 |
Last Updated | 2015-04-01 |
Publish Date | 2015-03-31 |
Rating | 4.20/5 Total 5 Ratings |
Developer | jure.granicskender |
Payment Type | free |
Supported Languages | 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\/" ] } |