Velociraptor

Replaces the words and images of a webpage with velociraptors.

Co to jest Velociraptor?

Velociraptor to rozszerzenie Chrome opracowane przez jure.granicskender, a jego główną funkcją jest „Replaces the words and images of a webpage with velociraptors.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Velociraptor

Pobierz pliki rozszerzeń Velociraptor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The rapture is coming.                    

Podstawowe informacje o rozszerzeniu

Nazwa Velociraptor Velociraptor
ID lflodfcdcmfgmfoheojelcekndoildbm
Oficjalny URL https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm
Opis Replaces the words and images of a webpage with velociraptors.
Rozmiar pliku 97.32 KB
Liczba instalacji 140
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-04-01
Data Publikacji 2015-03-31
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper jure.granicskender
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}