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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة RoLinker

قم بتنزيل ملفات الامتداد RoLinker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}