Inspect and view changes in InstaSee 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": "InstaSee",
"version": "1.1.2",
"description": "Lets you view instagram images without being logged in",
"icons": {
"36": "icon/instasee.png"
},
"content_scripts": [
{
"matches": [
"*://*.instagram.com/*"
],
"js": [
"scripts/main.js"
]
}
]
}