Velociraptor

Replaces the words and images of a webpage with velociraptors.

什么是Velociraptor?

Velociraptor是由jure.granicskender开发的Chrome扩展程序,该扩展的主要功能是“Replaces the words and images of a webpage with velociraptors.”。

扩展截图

screenshot

下载Velociraptor扩展crx文件

下载Velociraptor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The rapture is coming.                    

扩展基本信息

名称 Velociraptor Velociraptor
ID lflodfcdcmfgmfoheojelcekndoildbm
官方URL https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm
简介 Replaces the words and images of a webpage with velociraptors.
文件大小 97.32 KB
安装次数 140
当前版本 1.0.1
更新时间 2015-04-01
上架时间 2015-03-31
评分 4.20/5 共5次评分
开发者 jure.granicskender
付费类型 free
支持的语言 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\/"
    ]
}