Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabin-acharya/fb-auto-expand-posts
https://github.com/prabin-acharya/fb-auto-expand-posts
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prabin-acharya/fb-auto-expand-posts
- Owner: prabin-acharya
- Created: 2023-07-27T15:51:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-27T16:28:57.000Z (over 1 year ago)
- Last Synced: 2024-04-23T00:17:58.018Z (10 months ago)
- Language: JavaScript
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook Auto Expand Posts Chrome Extension
- Chrome Extension that automatically expands long Facebook posts(by clicking "See More")# Load locally
**The extension is currently not published on the Chrome Web Store. You can manually load the extension by following the steps below:**
1. Clone this repository.
2. Load the Extension in Chrome:
- Open Chrome.
- Go to chrome://extensions
- Enable "Developer mode" by toggling the switch in the top right corner.
- Click "Load unpacked".
- Navigate to the directory where you cloned the GitHub repository.
- Select the directory and click "Open".
The extension should now be loaded in Chrome and ready to use.Here is an official [guide](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).