RoLinker

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

Cos'è RoLinker?

RoLinker è un'estensione di Chrome sviluppata da Scarious, e la sua funzione principale è "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RoLinker

Scarica i file di estensione RoLinker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RoLinker RoLinker
ID hfkcemahdlffhnlkogfmddikhggegfmg
URL Ufficiale https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg
Descrizione Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
Dimensione del File 35.17 KB
Conteggio Installazioni 2,964
Versione Corrente 1.1.0.2
Ultimo Aggiornamento 2021-06-03
Data di Pubblicazione 2021-06-02
Valutazione 4.75/5 Totale 12 Valutazioni
Sviluppatore Scarious
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/BrittonFischer/RoLinker
Lingue Supportate 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
}