Velociraptor

Replaces the words and images of a webpage with velociraptors.

Velociraptorคืออะไร?

Velociraptor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jure.granicskender และคุณลักษณะหลักของมันคือ "Replaces the words and images of a webpage with velociraptors."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Velociraptor

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}