Znajdź listę ofert w Allegro
Znajduje i otwiera stronę z listą ofert niepromowanych.
Qu'est-ce que Znajdź listę ofert w Allegro ?
Znajdź listę ofert w Allegro est une extension Chrome développée par ProWebJect, et sa fonction principale est "Znajduje i otwiera stronę z listą ofert niepromowanych.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Znajdź listę ofert w Allegro
Téléchargez les fichiers d'extension Znajdź listę ofert w Allegro 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
Rozszerzenie pozwala szybko znaleźć stronę, na której zaczynają się Oferty niepromowane na Allegro.
Informations de Base sur l'Extension
Nom | Znajdź listę ofert w Allegro |
ID | nbcahdbpjdbcdbalcopkehilncnikinj |
URL Officiel | https://chromewebstore.google.com/detail/znajd%C5%BA-list%C4%99-ofert-w-alle/nbcahdbpjdbcdbalcopkehilncnikinj |
Description | Znajduje i otwiera stronę z listą ofert niepromowanych. |
Taille du Fichier | 765 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-03-27 |
Date de Publication | 2020-03-23 |
Développeur | ProWebJect |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |