Inspect and view changes in Cheeku saves Brain Cells 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": "Cheeku saves Brain Cells",
"version": "1.0",
"description": "cheeku is saving his brain cells using this extension",
"content_scripts": [
{
"matches": [
"*://*.linkedin.com/*"
],
"css": [
"linkedin.css"
]
},
{
"matches": [
"*://*.facebook.com/*"
],
"css": [
"facebook.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{25a1ffbf-c227-49f0-9f6d-6fcb4f9c1577}"
}
}
}