BattleParis Awesome Extension
This extension adds useful features on some of BattleParis' pages.
Qu'est-ce que BattleParis Awesome Extension ?
BattleParis Awesome Extension est une extension Chrome développée par Rodolphe Breton, et sa fonction principale est "This extension adds useful features on some of BattleParis' pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BattleParis Awesome Extension
Téléchargez les fichiers d'extension BattleParis Awesome Extension 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
BattleParis Awesome Extension is the ultimate tool if you're trying to collect all the medals in BattleParis. Click the extension button to display the exhaustive list of BattleParis medals. Then a click on a medal brings you to the medal page (control+click opens that page in a new tab) where you can see all the places (POI and districts) associated to this medal. Once logged in, click again on the extension button and you will get a clear view of how many places you checked and how many remain. As a bonus, all places are sorted so that the non-checked ones now appear at the top of the list. Special thanks to Thibault Cabanas, creator of the great game that is BattleParis, and David Frémont for their precious help.
Informations de Base sur l'Extension
Nom | BattleParis Awesome Extension |
ID | ojblhgihhakifbiiloonnnihglboipgj |
URL Officiel | https://chromewebstore.google.com/detail/battleparis-awesome-exten/ojblhgihhakifbiiloonnnihglboipgj |
Description | This extension adds useful features on some of BattleParis' pages. |
Taille du Fichier | 57.67 KB |
Nombre d'Installations | 49 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2020-02-18 |
Date de Publication | 2020-02-18 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Rodolphe Breton |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://battle.paris |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "2.3", "description": "__MSG_extDescription__", "author": "Rodolphe Breton", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/*.battleparis.com\/", "https:\/\/*.battle.paris\/", "tabs" ], "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" } } |