RoLinker

Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.

Apa itu RoLinker?

RoLinker adalah ekstensi Chrome yang dikembangkan oleh Scarious, dan fitur utamanya adalah "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RoLinker

Unduh file ekstensi RoLinker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RoLinker RoLinker
ID hfkcemahdlffhnlkogfmddikhggegfmg
URL Resmi https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg
Deskripsi Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
Ukuran File 35.17 KB
Jumlah Instalasi 2,964
Versi Saat Ini 1.1.0.2
Terakhir Diperbarui 2021-06-03
Tanggal Publikasi 2021-06-02
Penilaian 4.75/5 Total 12 Penilaian
Pengembang Scarious
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/BrittonFischer/RoLinker
Bahasa yang Didukung 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
}