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, "version": "1.0.6", "name": "IG Improvements", "author": "WalterRadduso", "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ], "exclude_matches": [ "https:\/\/www.instagram.com\/stories\/*" ] } ], "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" } }