Chrome extension that lets you view your friend's Instagram Stories in the browser.
Chrome IG Story injects your friend's Instagram Stories above your feed on the Instagram.com desktop website just like it appears in the Instagram mobile app.
Click on the icon of the Instagram user to view their story. You can also right click the icon to download their story.
You can see Suggested Stories if you go to the Explore feed.
In addition to viewing stories on the Instagram website, you can also access stories within the popup by clicking the extension's icon.
Right click the icon of the Instagram user to download their Story.
You can see Suggested Stories if you go to the Explore feed.
Currently, Chrome IG Story does not mark the Story as being "seen", so all new content will remain new if you view it with this extension. If you view that user's Story on your phone and refresh the page, the new content will be gray.
You can right click the image/video in the galley and "Copy Image/Video Address" to grab the link of the photo or video and share it. However, be respectful of the user's privacy when sharing the URL, as the link will work until Instagram deletes the photo/video off its server (sometimes days after the Story has expired).
git clone https://github.com/CaliAlec/ChromeIGStory.git
cd ChromeIGStory
npm install
npm install -g gulp
In order to run the extension locally, follow the steps below.
- In the root directory, run:
gulp watch
-
A /build folder will be generated. Visit chrome://extensions/ in your browser, enable Developer mode, and drag the build folder onto the page to install the extension.
-
Every time you make a change in the code, the build folder will be regenerated on the fly, but you must go back to chrome://extensions/ and reload the extension to see any changes.
MIT
This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent project that utilizes Instagram's unofficial API. Use at your own risk.