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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Velociraptor
قم بتنزيل ملفات الامتداد Velociraptor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        The rapture is coming.                     معلومات أساسية عن التمديد
| الاسم |   |  
| 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\/"
    ]
}  |  |