Twitter Feature Switch Enabler

Enables *all* hidden Twitter feature switches.

Twitter Feature Switch Enabler क्या है?

Twitter Feature Switch Enabler https://uwueviee.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables *all* hidden Twitter feature switches."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter Feature Switch Enabler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल [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"
    }
}