Twitter Feature Switch Enabler
Enables *all* hidden Twitter feature switches.
Twitter Feature Switch Enablerとは何ですか?
Twitter Feature Switch Enablerはhttps://uwueviee.liveによって開発されたChromeの拡張機能で、その主な機能は「Enables *all* hidden Twitter feature switches.」です。
拡張機能のスクリーンショット
Twitter Feature Switch Enabler拡張機能のCRXファイルをダウンロード
Twitter Feature Switch Enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Twitter Feature Switch Enabler |
ID | cgkljhejjanbhnggknpkcmoheioaohja |
公式URL | https://chromewebstore.google.com/detail/twitter-feature-switch-en/cgkljhejjanbhnggknpkcmoheioaohja |
説明 | Enables *all* hidden Twitter feature switches. |
ファイルサイズ | 1.19 MB |
インストール数 | 12 |
現在のバージョン | 2.0 |
最終更新日 | 2021-11-20 |
公開日 | 2021-11-20 |
開発者 | https://uwueviee.live |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://uwueviee.live/tfse |
ヘルプページのURL | https://twitter.com/uwueviee |
対応言語 | 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" } } |