Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurtextrem/layoutify-for-instagram
A Google Chrome Extension which improves the Instagram.com Layout.
https://github.com/kurtextrem/layoutify-for-instagram
chrome chrome-extension google-chrome google-chrome-extension instagram instagram-feed webpack
Last synced: 3 months ago
JSON representation
A Google Chrome Extension which improves the Instagram.com Layout.
- Host: GitHub
- URL: https://github.com/kurtextrem/layoutify-for-instagram
- Owner: kurtextrem
- License: gpl-3.0
- Created: 2017-02-04T13:18:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T10:55:28.000Z (about 1 year ago)
- Last Synced: 2024-09-29T17:02:50.864Z (4 months ago)
- Topics: chrome, chrome-extension, google-chrome, google-chrome-extension, instagram, instagram-feed, webpack
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/nekeeojpcbiehcignddhindbgacbghmi/
- Size: 14.2 MB
- Stars: 86
- Watchers: 9
- Forks: 10
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](src/img/icon-128.png?raw=true 'Layoutify: Improved for Instagram Logo')
Layoutify: Improved Layout for Instagram> [!IMPORTANT]
> Unfortunately, I no longer have the time needed to maintain this extension. Instagram does too many changes to their website for me to keep up. I'm thankful for all the users and support across all the years. **As of 2nd December 2023, I've unpublished the extension from the Webstore.**The default Instagram.com layout is not optimized for the desktop. This extension improves this.
Download from [Chrome Web Store](https://chrome.google.com/webstore/detail/nekeeojpcbiehcignddhindbgacbghmi).
![Screenshot](src/webstore/night.png 'Night Mode Screenshot')
## 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. Use at your own risk.Extension Icon and Logo by [Ibrahim Tenekeci](https://github.com/ihtiht).
Night Mode by [Kelvin R.](https://github.com/KLVN)## Development
Do you want to help with developing? You're very welcome.
To get this extension running (if you're a dev), follow these steps:
1. Download the [ZIP](https://github.com/kurtextrem/Improved-for-Instagram/archive/master.zip) archive of the repository.
2. Unpack somewhere.
3. Run `npm install` in the folder _(make sure you have [NodeJS](https://nodejs.org/en/) installed)_To load the Extension in Chrome follow these steps:
Chrome
- Open
chrome://extensions
- Check the Developer mode checkbox
- Click on the Load unpacked extension button
- Select the
src
folder (where-you-unpacked-the-ZIP/src
)
### Starting the Dev Server
1. Run `npm run start`
2. Open the Options page (right click the Extension Icon in Chrome)It will auto reload when you do changes in `src/components`.
This also works if you want to debug CSS/JS on Instagram.com.
I'm always available to help!
![Alt](https://repobeats.axiom.co/api/embed/788db19c8ef115ddecc2029c6c0fd78040cd119f.svg "Repobeats analytics image")