Znajdź listę ofert w Allegro

Znajduje i otwiera stronę z listą ofert niepromowanych.

What is Znajdź listę ofert w Allegro?

Znajdź listę ofert w Allegro is a Chrome extension developed by ProWebJect, and its main feature is "Znajduje i otwiera stronę z listą ofert niepromowanych.".

Extension Screenshots

screenshot
screenshot

Download Znajdź listę ofert w Allegro Extension CRX File

Download Znajdź listę ofert w Allegro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Rozszerzenie pozwala szybko znaleźć stronę, na której zaczynają się Oferty niepromowane na Allegro.                    

Extension Basic Information

Name Znajdź listę ofert w Allegro Znajdź listę ofert w Allegro
ID nbcahdbpjdbcdbalcopkehilncnikinj
Official URL https://chromewebstore.google.com/detail/znajd%C5%BA-list%C4%99-ofert-w-alle/nbcahdbpjdbcdbalcopkehilncnikinj
Description Znajduje i otwiera stronę z listą ofert niepromowanych.
File Size 765 KB
Installation Count 17
Current Version 1.1
Last Updated 2020-03-27
Publish Date 2020-03-23
Developer ProWebJect
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Znajd\u017a list\u0119 ofert w Allegro",
    "version": "1.1",
    "description": "Znajduje i otwiera stron\u0119 z list\u0105 ofert niepromowanych.",
    "manifest_version": 2,
    "author": "M1nified",
    "minimum_chrome_version": "70",
    "icons": {
        "38": "icons\/icon_38.png",
        "128": "icons\/icon_128.png",
        "470": "icons\/icon_470.png"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "page_action": {
        "default_title": "Znajd\u017a list\u0119 ofert w Allegro",
        "default_icon": "icons\/icon_38.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "https:\/\/allegro.pl\/*",
        "http:\/\/allegro.pl\/*",
        "storage"
    ]
}