AleMonitor.pl

Rozszerzenie możliwości Allegro

什么是AleMonitor.pl?

AleMonitor.pl是由https://www.alemonitor.pl开发的Chrome扩展程序,该扩展的主要功能是“Rozszerzenie możliwości Allegro”。

扩展截图

screenshot
screenshot

下载AleMonitor.pl扩展crx文件

下载AleMonitor.pl扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        AleMonitor.pl - monitoring cen, konkurencji i trafności na Allegro
Bądź zawsze na bieżąco z konkurencją!

Dodatek do przeglądarki wprowadza nowe funkcjonalności do panelu Allegro                    

扩展基本信息

名称 AleMonitor.pl AleMonitor.pl
ID hiopbommoilekgooenfojlkomlfgmedh
官方URL https://chromewebstore.google.com/detail/alemonitorpl/hiopbommoilekgooenfojlkomlfgmedh
简介 Rozszerzenie możliwości Allegro
文件大小 308 KB
安装次数 379
当前版本 1.1.0
更新时间 2024-03-06
上架时间 2023-07-04
评分 5.00/5 共1次评分
开发者 https://www.alemonitor.pl
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.alemonitor.pl/
帮助页面URL https://www.alemonitor.pl/site/help/
隐私政策页面URL https://www.snajper.net/help.php?id=gwarancja-poufnosci
支持的语言 pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AleMonitor.pl",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "Rozszerzenie mo\u017cliwo\u015bci Allegro",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/allegro.pl\/*",
                "https:\/\/www.alemonitor.pl\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "alarms",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "author": "www.alemonitor.pl",
    "host_permissions": [
        "*:\/\/*.alemonitor.pl\/*",
        "*:\/\/*.allegro.pl\/*",
        "*:\/\/allegro.pl\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "alemonitor.png",
        "48": "alemonitor.png",
        "128": "alemonitor.png"
    }
}