Colorize your browser based on the website.
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": "Camo dynamic theme",
"version": "2.8",
"description": "Colorize your browser based on the website.",
"permissions": [
"<all_urls>",
"theme",
"tabs"
],
"background": {
"scripts": [
"background-script.js"
]
}
}