RoLinker
Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
Qu'est-ce que RoLinker ?
RoLinker est une extension Chrome développée par Scarious, et sa fonction principale est "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RoLinker
Téléchargez les fichiers d'extension RoLinker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RoLinker |
ID | hfkcemahdlffhnlkogfmddikhggegfmg |
URL Officiel | https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg |
Description | Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs. |
Taille du Fichier | 35.17 KB |
Nombre d'Installations | 2,964 |
Version Actuelle | 1.1.0.2 |
Dernière Mise à Jour | 2021-06-03 |
Date de Publication | 2021-06-02 |
Évaluation | 4.75/5 Total 12 Évaluations |
Développeur | Scarious |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/BrittonFischer/RoLinker |
Langues Prises en Charge | 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 } |