Customize Twitter
This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…
What is Customize Twitter?
Customize Twitter is a Chrome extension developed by https://krish-nerkar.ml, and its main feature is "This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…".
Extension Screenshots
Download Customize Twitter Extension CRX File
Download Customize Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default accent to blue and lights out, for steps see this : https://bit.ly/3r8Jz62 More Customization Options Coming Soon......👀
Extension Basic Information
Name | Customize Twitter |
ID | elokfbhficagbdeldboinmcgcednbick |
Official URL | https://chromewebstore.google.com/detail/customize-twitter/elokfbhficagbdeldboinmcgcednbick |
Description | This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default… |
File Size | 31.81 KB |
Installation Count | 119 |
Current Version | 1.0.1 |
Last Updated | 2021-03-06 |
Publish Date | 2021-03-01 |
Rating | 4.00/5 Total 6 Ratings |
Developer | https://krish-nerkar.ml |
[email protected] | |
Payment Type | free |
Extension Website | https://krish-nerkar.ml/projects |
Help Page URL | https://bit.ly/3r8Jz62 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html", "default_title": "Customize Twitter", "default_icom": "img\/icon.png" }, "content_scripts": [ { "css": [ "css\/twitter.css" ], "js": [ "js\/twitter.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "description": "", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "Customize Twitter", "permissions": [ "cookies", "*:\/\/twitter.com\/*" ], "short_name": "Customize Twitter", "version": "1.0.1" } |