Georanked
Geoguessr ranked extension to handle ranked games in Geoguessr
Qu'est-ce que Georanked ?
Georanked est une extension Chrome développée par jussetain, et sa fonction principale est "Geoguessr ranked extension to handle ranked games in Geoguessr".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Georanked
Téléchargez les fichiers d'extension Georanked 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
Georanked will let you play ranked games with geoguessr
Informations de Base sur l'Extension
Nom | Georanked |
ID | cjkbnjgngfcijeikaehopbhdiiaajdcb |
URL Officiel | https://chromewebstore.google.com/detail/georanked/cjkbnjgngfcijeikaehopbhdiiaajdcb |
Description | Geoguessr ranked extension to handle ranked games in Geoguessr |
Taille du Fichier | 583 KB |
Nombre d'Installations | 86 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2020-11-23 |
Date de Publication | 2020-11-23 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | jussetain |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://georanked.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Georanked", "version": "0.1.1", "description": "Geoguessr ranked extension to handle ranked games in Geoguessr", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "manifest_version": 2, "background": { "matches": [ "*" ], "scripts": [ "jquery.js", "script.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.geoguessr.com\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_start" } ], "permissions": [ "webRequest", "https:\/\/www.geoguessr.com\/*", "storage", "tabs" ], "content_security_policy": "default-src 'none'; script-src 'self'; connect-src http:\/\/georanked.com:3690 https:\/\/www.geoguessr.com\/* http:\/\/www.geoguessr.com\/* http:\/\/localhost:3690; img-src http:\/\/georanked.com:3690\/* https:\/\/static-cdn.jtvnw.net\/* https:\/\/www.static-cdn.jtvnw.net\/* http:\/\/localhost:3690 data: https: http:; style-src 'self'" } |