Local Snip for Allegro Lokalnie

Automates bidding in Allegro Lokalnie

Qu'est-ce que Local Snip for Allegro Lokalnie ?

Local Snip for Allegro Lokalnie est une extension Chrome développée par Piotr "Korba" Tomczyk, et sa fonction principale est "Automates bidding in Allegro Lokalnie".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Local Snip for Allegro Lokalnie

Téléchargez les fichiers d'extension Local Snip for Allegro Lokalnie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Local Snip for Allegro Lokalnie Local Snip for Allegro Lokalnie
ID ffkacjnijgdjcikdobfecijfekffcekb
URL Officiel https://chromewebstore.google.com/detail/local-snip-for-allegro-lo/ffkacjnijgdjcikdobfecijfekffcekb
Description Automates bidding in Allegro Lokalnie
Taille du Fichier 396 KB
Nombre d'Installations 679
Version Actuelle 2.0.1
Dernière Mise à Jour 2024-02-09
Date de Publication 2021-07-31
Évaluation 4.00/5 Total 1 Évaluations
Développeur Piotr "Korba" Tomczyk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.snip.pl
URL de la Page de Politique de Confidentialité https://www.snip.pl/help/6
Langues Prises en Charge 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\/"
    ]
}