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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The rapture is coming.
Основная информация о расширении
Название | 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\/" ] } |