RoLinker
Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
Что такое RoLinker?
RoLinker - это расширение Chrome, разработанное Scarious, и его основная функция - "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".
Снимки экрана расширения
Скачать файл CRX расширения RoLinker
Скачайте файлы расширений RoLinker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Roblox recently removed hypertext references from game card tiles (removing the ability to open games in new tabs). This extension fixes that problem by adding the hypertext reference back to the game card tiles.
Основная информация о расширении
Название | RoLinker |
ID | hfkcemahdlffhnlkogfmddikhggegfmg |
Официальный URL | https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg |
Описание | Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs. |
Размер файла | 35.17 KB |
Количество установок | 2,964 |
Текущая Версия | 1.1.0.2 |
Последнее Обновление | 2021-06-03 |
Дата публикации | 2021-06-02 |
Рейтинг | 4.75/5 Всего 12 оценок |
Разработчик | Scarious |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/BrittonFischer/RoLinker |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RoLinker", "version": "1.1.0.2", "description": "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.", "icons": { "128": "\/icons\/icon128.png", "48": "\/icons\/icon48.png", "16": "\/icons\/icon16.png" }, "content_scripts": [ { "js": [ "\/js\/jquery.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ], "all_frames": true, "run_at": "document_start" }, { "js": [ "\/js\/linker.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "manifest_version": 2 } |