Removing X from Twitter
Brings back classic Twitter. Also removes verification buttons. Devuelve Twitter a su estado clásico, también elimina los botones…
What is Removing X from Twitter?
Removing X from Twitter is a Chrome extension developed by daraemgvd, and its main feature is "Brings back classic Twitter. Also removes verification buttons. Devuelve Twitter a su estado clásico, también elimina los botones…".
Extension Screenshots
Download Removing X from Twitter Extension CRX File
Download Removing X from 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
Brings back classic Twitter. Also removes verification buttons. Devuelve Twitter a su estado clásico, también elimina los botones de verificación.
Extension Basic Information
Name | Removing X from Twitter |
ID | njckbclijhhggdkjegpeapgdgbabeoab |
Official URL | https://chromewebstore.google.com/detail/removing-x-from-twitter/njckbclijhhggdkjegpeapgdgbabeoab |
Description | Brings back classic Twitter. Also removes verification buttons. Devuelve Twitter a su estado clásico, también elimina los botones… |
File Size | 23.7 KB |
Installation Count | 88 |
Current Version | 2.4 |
Last Updated | 2023-12-09 |
Publish Date | 2023-08-17 |
Rating | 5.00/5 Total 4 Ratings |
Developer | daraemgvd |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Removing X from Twitter", "version": "2.4", "background": { "service_worker": "background.js" }, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/www.twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "http:\/\/www.twitter.com\/*", "https:\/\/twitter.com\/*" ], "resources": [ "logo.svg", "logoBlanco.png" ] } ] } |