The extension works by inserting a new CSS rule on the body of a twitter page based on the settings you choose. When you 'upload' the background image to the extension, it actually converts it into a Base64 representation of the image and stores it locally in your chrome extension storage.
This Base64 data is then inserted into the page using the background-image: url() method - which solves the problem of being unable to pull an image from an extra-twitter location (whether it be from another hosted source or from the local machine).
- License: MIT License
- Weekly downloads: 1
- Average daily users: 48
- Rating: 5/5 of 4 ratings
- Created: 2017-02-21 19:09:34
- Last updated: 2017-06-15 15:50:19
- Homepage: https://github.com/Autophagy/twitter-bg-restorer
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/twitter-background-restorer/
- API: {2fd1dd21-c741-48c6-9bb6-da6465312a86}