Parigo
Le site du Parisien débloqué
Co to jest Parigo?
Parigo to rozszerzenie Chrome opracowane przez lpgeneret, a jego główną funkcją jest „Le site du Parisien débloqué”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Parigo
Pobierz pliki rozszerzeń Parigo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Profitez d'un accès total aux articles du Parisien en un seul clic !
Podstawowe informacje o rozszerzeniu
Nazwa | Parigo |
ID | ondfohikmaakilkfmgodcdljbjfaogca |
Oficjalny URL | https://chromewebstore.google.com/detail/parigo/ondfohikmaakilkfmgodcdljbjfaogca |
Opis | Le site du Parisien débloqué |
Rozmiar pliku | 37.58 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2020-10-25 |
Data Publikacji | 2020-10-25 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | lpgeneret |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parigo", "version": "0.0.0.1", "description": "Le site du Parisien d\u00e9bloqu\u00e9", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } } |