Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Latest commit

 

History

History
63 lines (35 loc) · 2.91 KB

README.md

File metadata and controls

63 lines (35 loc) · 2.91 KB

Chrome IG Story

Chrome extension that lets you view your friend's Instagram Stories in the browser.

How does Chrome IG Story work?

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.

Why does the profile picture border not turn gray after I view a Story?

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.

Can I share an image/video from someone's Story?

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).

Installing Dependencies

git clone https://github.com/MarinComo/ChromeIGStory.git
cd ChromeIGStory
yarn --ignore-engines

Running and Developing

In order to build the extension locally to install it in Chrome, run the following in the root directory:

yarn gulp

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.

Watch mode

If you want to have the build folder will be regenerated on the fly every time you make a change in the code, use yarn gulp watch instead of yarn gulp. You must go back to chrome://extensions/ and reinstall the extension to see any changes.

License

MIT

Legal

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.