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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RoLinker
Λήψη αρχείων επέκτασης RoLinker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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 } |