Poe.trade Whispers - Tool for Path of Exile

Tracks whether you've whispered someone.

什么是Poe.trade Whispers - Tool for Path of Exile?

Poe.trade Whispers - Tool for Path of Exile是由Stephen Poole开发的Chrome扩展程序,该扩展的主要功能是“Tracks whether you've whispered someone.”。

扩展截图

screenshot

下载Poe.trade Whispers - Tool for Path of Exile扩展crx文件

下载Poe.trade Whispers - Tool for Path of Exile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ever whispered 32 different people, refresh the page, then forget who you already whispered?

Not anymore.                    

扩展基本信息

名称 Poe.trade Whispers - Tool for Path of Exile Poe.trade Whispers - Tool for Path of Exile
ID hojghhonfmmcleomjoeibkflkpdblfnm
官方URL https://chromewebstore.google.com/detail/poetrade-whispers-tool-fo/hojghhonfmmcleomjoeibkflkpdblfnm
简介 Tracks whether you've whispered someone.
文件大小 48.77 KB
安装次数 71
当前版本 1.0.3
更新时间 2022-07-22
上架时间 2019-06-16
评分 5.00/5 共1次评分
开发者 Stephen Poole
电子邮箱 [email protected]
付费类型 free
扩展官网 http://poe.trade
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Poe.trade Whispers - Tool for Path of Exile",
    "description": "Tracks whether you've whispered someone.",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.poe.trade\/*"
            ],
            "js": [
                "zepto.js",
                "lodash.js",
                "lz-string.js",
                "dayjs.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "declarativeContent",
        "storage",
        "*:\/\/*.poe.trade\/*"
    ],
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}