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은(는) Scarious에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs."입니다.

확장 프로그램 스크린샷

screenshot

RoLinker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}