Among Us Cursor
Fun custom Among Us cursors for Chrome browser.
Что такое Among Us Cursor?
Among Us Cursor - это расширение Chrome, разработанное https://freehdthemes.com, и его основная функция - "Fun custom Among Us cursors for Chrome browser.".
Снимки экрана расширения
Скачать файл CRX расширения Among Us Cursor
Скачайте файлы расширений Among Us Cursor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to replace default mouse cursor with amazing custom among us cursor. ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ! According to the rules of the Chrome Web Store extension can not work on the store pages and home page. Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it. -------------------
Основная информация о расширении
Название | |
ID | phhgoenkkdelfajhopaopgcnlnkalklc |
Официальный URL | https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc |
Описание | Fun custom Among Us cursors for Chrome browser. |
Размер файла | 160 KB |
Количество установок | 1,000 |
Текущая Версия | 10.221.6.4 |
Последнее Обновление | 2021-06-12 |
Дата публикации | 2021-06-05 |
Разработчик | https://freehdthemes.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://freehdthemes.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Among Us Cursor", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "description": "Fun custom Among Us cursors for Chrome browser.", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "manifest_version": 2, "permissions": [ "storage", "cookies", "https:\/\/freehdthemes.com\/", "http:\/\/freehdthemes.com\/" ], "version": "10.221.6.4", "web_accessible_resources": [ "cur\/*.*" ] } |