Twitter Feature Switch Enabler
Enables *all* hidden Twitter feature switches.
Twitter Feature Switch Enabler là gì?
Twitter Feature Switch Enabler là một tiện ích mở rộng Chrome được phát triển bởi https://uwueviee.live, và tính năng chính của nó là "Enables *all* hidden Twitter feature switches.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter Feature Switch Enabler
Tải xuống các tệp mở rộng Twitter Feature Switch Enabler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension for Chrome/Chromium enables all of the possible feature switches on React Twitter and I do mean *all*. I recommend adding the following switches to options (Click the extension's icon) to disable them: explore_relaunch_enabled media_minimal_image_crop_enabled An updated list of recommend disabled switches are on the extension's site.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Feature Switch Enabler |
ID | cgkljhejjanbhnggknpkcmoheioaohja |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-feature-switch-en/cgkljhejjanbhnggknpkcmoheioaohja |
Mô tả | Enables *all* hidden Twitter feature switches. |
Kích Thước Tệp | 1.19 MB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2021-11-20 |
Ngày Phát Hành | 2021-11-20 |
Nhà Phát Triển | https://uwueviee.live |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://uwueviee.live/tfse |
URL Trang Trợ Giúp | https://twitter.com/uwueviee |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Feature Switch Enabler", "version": "2.0", "manifest_version": 2, "description": "Enables *all* hidden Twitter feature switches.", "homepage_url": "https:\/\/uwueviee.live\/tfse\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ], "js": [ "js\/content.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "browser_action": { "default_title": "TFSE", "default_popup": "popup.html" } } |