Foot Cursor
Your cursor is now a foot
Что такое Foot Cursor?
Foot Cursor - это расширение Chrome, разработанное http://pablorochat.com, и его основная функция - "Your cursor is now a foot".
Снимки экрана расширения
Скачать файл CRX расширения Foot Cursor
Скачайте файлы расширений Foot Cursor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Your cursor is now a foot Основная информация о расширении
| Название | |
| ID | epcgmgkeenlbhaihbagjplaahcioehke |
| Официальный URL | https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke |
| Описание | Your cursor is now a foot |
| Размер файла | 20.1 KB |
| Количество установок | 648 |
| Текущая Версия | 3.0 |
| Последнее Обновление | 2019-12-05 |
| Дата публикации | 2019-12-05 |
| Рейтинг | 4.64/5 Всего 14 оценок |
| Разработчик | http://pablorochat.com |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Foot Cursor",
"description": "Your cursor is now a foot",
"version": "3.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"toeclick.css"
],
"run_at": "document_start"
}
],
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icon.png"
},
"icons": {
"64": "icon64.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"click.png",
"click.2x.png",
"hover.png",
"hover.2x.png"
]
} | |