公主连结刷图计算器

这个扩展为手机游戏“公主连结: Re Dive”的非官方Wiki网站提供了额外的功能,可以为你计算出游玩计划,以尽量地节省游戏资源(体力值)。

O que é 公主连结刷图计算器?

公主连结刷图计算器 é uma extensão do Chrome desenvolvida por Lee JW, e sua principal característica é "这个扩展为手机游戏“公主连结: Re Dive”的非官方Wiki网站提供了额外的功能,可以为你计算出游玩计划,以尽量地节省游戏资源(体力值)。".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 公主连结刷图计算器

Baixe arquivos de extensão 公主连结刷图计算器 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        当你游玩手机游戏“公主连结:ReDive”(Princess Connect: Re Dive)时,你可能面临以下问题:你需要一些装备,如何安排游玩规划,才能最大化地节省游戏资源(体力值)的同时获得需求的装备呢?这个扩展能为你解决这个问题。
在访问非官方wiki网站“兰德索尔图书馆”的时候,你可以选择令这个扩展从分析wiki的网页,并读取装备的获取位置、地图掉落信息等数据,并用这些数据来分析、计算出一个最优游玩计划,供你参考。另外,扩展还提供了两种计算的方法,并且提供了一些其它选项,例如活动期间的掉落数量翻倍。                    

Informações Básicas da Extensão

Nome 公主连结刷图计算器 公主连结刷图计算器
ID ogbcpldmfpobkcoefefcegmajngogejd
URL Oficial https://chromewebstore.google.com/detail/%E5%85%AC%E4%B8%BB%E8%BF%9E%E7%BB%93%E5%88%B7%E5%9B%BE%E8%AE%A1%E7%AE%97%E5%99%A8/ogbcpldmfpobkcoefefcegmajngogejd
Descrição 这个扩展为手机游戏“公主连结: Re Dive”的非官方Wiki网站提供了额外的功能,可以为你计算出游玩计划,以尽量地节省游戏资源(体力值)。
Tamanho do Arquivo 76.68 KB
Contagem de Instalações 153
Versão Atual 1.0.7
Última Atualização 2021-02-22
Data de Publicação 2020-06-24
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Lee JW
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pcredivewiki.tw/Armory
Idiomas Suportados zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u516c\u4e3b\u8fde\u7ed3\u5237\u56fe\u8ba1\u7b97\u5668",
    "version": "1.0.7",
    "description": "\u8fd9\u4e2a\u6269\u5c55\u4e3a\u624b\u673a\u6e38\u620f\u201c\u516c\u4e3b\u8fde\u7ed3: Re Dive\u201d\u7684\u975e\u5b98\u65b9Wiki\u7f51\u7ad9\u63d0\u4f9b\u4e86\u989d\u5916\u7684\u529f\u80fd\uff0c\u53ef\u4ee5\u4e3a\u4f60\u8ba1\u7b97\u51fa\u6e38\u73a9\u8ba1\u5212\uff0c\u4ee5\u5c3d\u91cf\u5730\u8282\u7701\u6e38\u620f\u8d44\u6e90\uff08\u4f53\u529b\u503c\uff09\u3002",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pcredivewiki.tw\/Armory"
            ],
            "css": [],
            "js": [
                "contents\/content.js",
                "contents\/solver.js"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "page_action": {
        "default_popup": "components\/popup.html"
    },
    "icons": {
        "16": "images\/peko16.png",
        "32": "images\/peko32.png",
        "48": "images\/peko48.png",
        "128": "images\/peko128.png"
    },
    "manifest_version": 2
}