BattleParis Awesome Extension

This extension adds useful features on some of BattleParis' pages.

BattleParis Awesome Extension là gì?

BattleParis Awesome Extension là một tiện ích mở rộng Chrome được phát triển bởi Rodolphe Breton, và tính năng chính của nó là "This extension adds useful features on some of BattleParis' pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BattleParis Awesome Extension

Tải xuống các tệp mở rộng BattleParis Awesome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BattleParis Awesome Extension BattleParis Awesome Extension
ID ojblhgihhakifbiiloonnnihglboipgj
URL Chính Thức https://chromewebstore.google.com/detail/battleparis-awesome-exten/ojblhgihhakifbiiloonnnihglboipgj
Mô tả This extension adds useful features on some of BattleParis' pages.
Kích Thước Tệp 57.67 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2020-02-18
Ngày Phát Hành 2020-02-18
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Rodolphe Breton
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://battle.paris
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}