Twitter Back
An extension to bring the Twitter back
What is Twitter Back?
Twitter Back is a Chrome extension developed by huazhou, and its main feature is "An extension to bring the Twitter back".
Extension Screenshots
Download Twitter Back Extension CRX File
Download Twitter Back 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
The simplest way to bring Twitter back, the simplest way to say 'NO' to Musk.
Extension Basic Information
Name | Twitter Back |
ID | dejbmeodccgfofagldcepipgdbemmpjb |
Official URL | https://chromewebstore.google.com/detail/twitter-back/dejbmeodccgfofagldcepipgdbemmpjb |
Description | An extension to bring the Twitter back |
File Size | 4.89 KB |
Installation Count | 36 |
Current Version | 1.2 |
Last Updated | 2023-07-31 |
Publish Date | 2023-07-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | huazhou |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Back", "version": "1.2", "description": "An extension to bring the Twitter back", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |