Velociraptor

Replaces the words and images of a webpage with velociraptors.

Apa itu Velociraptor?

Velociraptor adalah ekstensi Chrome yang dikembangkan oleh jure.granicskender, dan fitur utamanya adalah "Replaces the words and images of a webpage with velociraptors.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Velociraptor

Unduh file ekstensi Velociraptor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The rapture is coming.                    

Informasi Dasar Ekstensi

Nama Velociraptor Velociraptor
ID lflodfcdcmfgmfoheojelcekndoildbm
URL Resmi https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm
Deskripsi Replaces the words and images of a webpage with velociraptors.
Ukuran File 97.32 KB
Jumlah Instalasi 140
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-04-01
Tanggal Publikasi 2015-03-31
Penilaian 4.20/5 Total 5 Penilaian
Pengembang jure.granicskender
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}