Make it harder to be tracked on the internet. This is like a user agent randomizer, except that each domain is assigned the same random user agent each time the browser starts up. This will not randomly log you out of sites.
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": "Janus",
"version": "2resigned1",
"description": "To each sever, present a unique face",
"background": {
"scripts": [
"janus.js"
]
},
"permissions": [
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"browser_specific_settings": {
"gecko": {
"id": "{8a140e58-b2af-44d2-b9c1-c2f32c3646e0}"
}
}
}