Inspect and view changes in Idiocratify 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": "Idiocratify",
"description": "Remplace le nom des membres du gouvernement par leurs versions idiocratifiées.",
"version": "1.1",
"homepage_url": "https://github.com/Uhter/idiocratify",
"icons": {
"64": "static/icon.png"
},
"content_scripts": [
{
"matches": [
"https://*/*"
],
"js": [
"js/replace.js"
]
}
],
"browser_action": {
"default_icon": {
"256": "static/icon.png"
},
"default_popup": "index.html"
}
}