Social Redesign
A new, modern look for Ig web
What is Social Redesign?
Social Redesign is a Chrome extension developed by undefined82, and its main feature is "A new, modern look for Ig web".
Extension Screenshots
Download Social Redesign Extension CRX File
Download Social Redesign extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Disclaimer: THIS EXTENSION IS NOT DEVELOPED BY INSTAGRAM AND IS NOT ASSOCIATED WITH META. This is an unofficial addon that modifies the design of Instagram web. It also allows to open media in a new tab. The source code is available at: https://github.com/ivocass/instagram-redesigned
Extension Basic Information
Name | Social Redesign |
ID | fogcfagnihhjclemiamiaofgcbjgleop |
Official URL | https://chromewebstore.google.com/detail/social-redesign/fogcfagnihhjclemiamiaofgcbjgleop |
Description | A new, modern look for Ig web |
File Size | 35.71 KB |
Installation Count | 40 |
Current Version | 0.0.4.6 |
Last Updated | 2024-02-19 |
Publish Date | 2022-12-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | undefined82 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ivocass/instagram-redesigned |
Help Page URL | https://github.com/ivocass/instagram-redesigned |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Redesign", "version": "0.0.4.6", "description": "A new, modern look for Ig web", "action": { "default_icon": { "16": "assets\/logo16.png", "32": "assets\/logo32.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "default_popup": "src\/popup.html" }, "icons": { "16": "assets\/logo16.png", "32": "assets\/logo32.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/open-media.png" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "src\/css\/styles.css" ], "js": [ "src\/js\/InstagramAPIUtils.js", "src\/js\/content-script.js" ] } ], "manifest_version": 3 } |