Parigo

Le site du Parisien débloqué

What is Parigo?

Parigo is a Chrome extension developed by lpgeneret, and its main feature is "Le site du Parisien débloqué".

Extension Screenshots

screenshot

Download Parigo Extension CRX File

Download Parigo 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

                        Profitez d'un accès total aux articles du Parisien en un seul clic !                    

Extension Basic Information

Name Parigo Parigo
ID ondfohikmaakilkfmgodcdljbjfaogca
Official URL https://chromewebstore.google.com/detail/parigo/ondfohikmaakilkfmgodcdljbjfaogca
Description Le site du Parisien débloqué
File Size 37.58 KB
Installation Count 31
Current Version 0.0.0.1
Last Updated 2020-10-25
Publish Date 2020-10-25
Rating 3.00/5 Total 2 Ratings
Developer lpgeneret
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}