Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Anonymous Instagram Story Viewer \u2014 Stay Invisible to Someone\u200b",
"version": "1.0.0",
"description": "See Instagram Stories anonymously, invisible globally or to someone specific, without being seen by selected accounts, onclick to go",
"icons": {
"8": "icon8.png",
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png",
"256": "icon256.png"
},
"action": {
"default_title": "Anonymous Instagram story viewer",
"default_popup": "ui_popup.html",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png"
}
},
"background": {
"service_worker": "core_worker.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.instagram.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"js": [
"injector_bridge.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"page_shield.js"
],
"matches": [
"https:\/\/*.instagram.com\/*"
]
}
]
}