Cursor Repulsor Prank
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
Что такое Cursor Repulsor Prank?
Cursor Repulsor Prank - это расширение Chrome, разработанное http://leodesigaux.com, и его основная функция - "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.".
Снимки экрана расширения
Скачать файл CRX расширения Cursor Repulsor Prank
Скачайте файлы расширений Cursor Repulsor Prank в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
Основная информация о расширении
Название | |
ID | dmndppncnconmfhckffflaegdbojnhle |
Официальный URL | https://chrome.google.com/webstore/detail/cursor-repulsor-prank/dmndppncnconmfhckffflaegdbojnhle |
Описание | 1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues. |
Размер файла | 18.22 KB |
Количество установок | 269 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2020-09-18 |
Дата публикации | 2020-09-16 |
Рейтинг | 1.50/5 Всего 2 оценок |
Разработчик | http://leodesigaux.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cursor Repulsor Prank", "description": "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.", "version": "1.0.0", "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", " |