Inspect and view changes in Le Parisien Free source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Le Parisien Free",
"version": "1.0",
"description": "Allows you to read articles reserved for subscribers",
"icons": {
"48": "icons/icon.png"
},
"content_scripts": [
{
"matches": [
"*://*.leparisien.fr/*"
],
"js": [
"leparisienfree.js"
]
}
]
}