Simplify Twitter Web UI

Simplify the new Twitter Web UI

Simplify Twitter Web UI क्या है?

Simplify Twitter Web UI lukeed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify the new Twitter Web UI"।

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

screenshot

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

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

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

                        **Why?**

- I don't like 3-column layouts (too busy)
- Hide "Trending For you" stuff – usually in the right sidebar
- Attempt to hide "Promoted Tweets" – currently works, but don't count on it

See the website for more info.                    

एक्सटेंशन की मूल जानकारी

नाम Simplify Twitter Web UI Simplify Twitter Web UI
ID pobjlebhmdjbgfjhfdhblilmpjkegbfd
आधिकारिक URL https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd
विवरण Simplify the new Twitter Web UI
फ़ाइल का आकार 10.53 KB
स्थापना संख्या 383
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2019-06-29
प्रकाशन तिथि 2019-06-29
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर lukeed
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lukeed/twitter-simple-extension
सहायता पृष्ठ URL https://github.com/lukeed/twitter-simple-extension/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify Twitter Web UI",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Simplify the new Twitter Web UI",
    "homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension",
    "icons": {
        "128": "128x128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*\/twitter.com\/*"
            ],
            "js": [
                "index.min.js"
            ]
        }
    ]
}