Local Snip for Allegro Lokalnie

Automates bidding in Allegro Lokalnie

什么是Local Snip for Allegro Lokalnie?

Local Snip for Allegro Lokalnie是由Piotr "Korba" Tomczyk开发的Chrome扩展程序,该扩展的主要功能是“Automates bidding in Allegro Lokalnie”。

扩展截图

screenshot

下载Local Snip for Allegro Lokalnie扩展crx文件

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

扩展使用说明

                        Local Snip is a tool for Allegro Lokalnie. It automates the bidding process and lets you track multiple auctions at a time.                    

扩展基本信息

名称 Local Snip for Allegro Lokalnie Local Snip for Allegro Lokalnie
ID ffkacjnijgdjcikdobfecijfekffcekb
官方URL https://chromewebstore.google.com/detail/local-snip-for-allegro-lo/ffkacjnijgdjcikdobfecijfekffcekb
简介 Automates bidding in Allegro Lokalnie
文件大小 396 KB
安装次数 679
当前版本 2.0.1
更新时间 2024-02-09
上架时间 2021-07-31
评分 4.00/5 共1次评分
开发者 Piotr "Korba" Tomczyk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.snip.pl
隐私政策页面URL https://www.snip.pl/help/6
支持的语言 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_long_name__",
    "short_name": "__MSG_ext_name__",
    "version": "2.0.1",
    "description": "__MSG_ext_description__",
    "author": "Piotr \"Korba\" Tomczyk",
    "homepage_url": "https:\/\/www.snip.pl\/",
    "background": {
        "service_worker": "content\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.allegrolokalnie.pl\/oferta\/*"
            ],
            "js": [
                "content\/oferta.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.allegro.pl\/auth\/oauth\/authorize*"
            ],
            "js": [
                "content\/authorize.js"
            ]
        }
    ],
    "options_ui": {
        "page": "content\/options.html",
        "browser_style": false
    },
    "default_locale": "en",
    "icons": {
        "16": "img\/sm16.png",
        "48": "img\/sm48.png",
        "128": "img\/sm128.png",
        "256": "img\/sm.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/sm16.png",
            "48": "img\/sm48.png",
            "128": "img\/sm128.png",
            "256": "img\/sm.png"
        },
        "default_popup": "content\/popup.html",
        "default_title": "__MSG_ext_browser_action_title__"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/allegrolokalnie.pl\/",
        "https:\/\/allegro.pl\/"
    ]
}