Twitter Background Restorer 제작자: Autophagy
Restores your own twitter background, instead of the horrible white one.
사용자 57명사용자 57명
확장 메타 데이터
정보
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).
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).
5명이 4.8점으로 평가함
권한 및 데이터
필수 권한:
- twitter.com 도메인의 사이트에서 사용자의 데이터에 접근
- x.com 도메인의 사이트에서 사용자의 데이터에 접근
- twitter.com에서 사용자의 데이터에 접근
- x.com에서 사용자의 데이터에 접근
- www.twitter.com에서 사용자의 데이터에 접근
- www.x.com에서 사용자의 데이터에 접근
추가 정보