Fortnite Pointer
Install Fortnite cursors pointers for Chrome browser.
Что такое Fortnite Pointer?
Fortnite Pointer - это расширение Chrome, разработанное https://gamerstudiofree.com, и его основная функция - "Install Fortnite cursors pointers for Chrome browser.".
Снимки экрана расширения
Скачать файл CRX расширения Fortnite Pointer
Скачайте файлы расширений Fortnite Pointer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to replace default mouse cursor with custom 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 | hbafflacigbddikggjnonpbnjdcpngon |
Официальный URL | https://chrome.google.com/webstore/detail/fortnite-pointer/hbafflacigbddikggjnonpbnjdcpngon |
Описание | Install Fortnite cursors pointers for Chrome browser. |
Размер файла | 330 KB |
Количество установок | 224 |
Текущая Версия | 1.0.12.12 |
Последнее Обновление | 2021-07-10 |
Дата публикации | 2021-07-10 |
Разработчик | https://gamerstudiofree.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fortnite Pointer", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "description": "Install Fortnite cursors pointers for Chrome browser.", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "manifest_version": 2, "permissions": [ "storage", "cookies", "https:\/\/gamerstudiofree.com\/", "http:\/\/gamerstudiofree.com\/" ], "version": "1.0.12.12", "web_accessible_resources": [ "cur\/*.*" ] } |