X / Twitter Feature Flags

Modifies feature flags on X.com / Twitter.com

X / Twitter Feature Flagsとは何ですか?

X / Twitter Feature FlagsはYaroslav Nazarovによって開発されたChromeの拡張機能で、その主な機能は「Modifies feature flags on X.com / Twitter.com」です。

拡張機能のスクリーンショット

screenshot

X / Twitter Feature Flags拡張機能のCRXファイルをダウンロード

X / Twitter Feature Flags拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension can unlock hidden features in the web version of X / Twitter.

Before a new feature gets released to all users, it usually becomes accessible to the developers and testers first. This is done using  "feature flags" - a mechanism that can turn certain features on or off for every account. "Secret Twitter Features" allows you to change those "flags" for your account, allowing you to try almost any feature that was added to the code.

To change feature flags, find "Features" item in the left menu in X app.                    

拡張機能の基本情報

名前 X / Twitter Feature Flags X / Twitter Feature Flags
ID phioeneleonlckednejcmajbkmhhiepm
公式URL https://chromewebstore.google.com/detail/x-twitter-feature-flags/phioeneleonlckednejcmajbkmhhiepm
説明 Modifies feature flags on X.com / Twitter.com
ファイルサイズ 87.57 KB
インストール数 572
現在のバージョン 3.0.0
最終更新日 2023-09-17
公開日 2023-02-20
評価 4.33/5 合計 3 レビュー
開発者 Yaroslav Nazarov
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/yaroslav-n/x-feature-flags
ヘルプページのURL https://twitter.com/512x512
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/3b9fb73e-52c4-4577-82e1-eb9358f1fdce
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X \/ Twitter Feature Flags",
    "manifest_version": 3,
    "version": "3.0.0",
    "description": "Modifies feature flags on X.com \/ Twitter.com",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/",
        "https:\/\/x.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/twitter.com\/*",
            "https:\/\/x.com\/*"
        ]
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "lib\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/ui.html",
                "assets\/icons\/tab_icon.svg",
                "assets\/icons\/tab_icon_dark_theme.svg",
                "lib\/ui.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ]
        }
    ]
}