Simplified Twitter

Remove distractions from the new Twitter layout

Simplified Twitter क्या है?

Simplified Twitter Bruno Lemos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove distractions from the new Twitter layout"।

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

screenshot
screenshot

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

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

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

                        Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets.

AVAILABLE FOR ALL BROWSERS.                    

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

नाम Simplified Twitter Simplified Twitter
ID kfopmjhmejbgomgeajemgpgpbckpoopg
आधिकारिक URL https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg
विवरण Remove distractions from the new Twitter layout
फ़ाइल का आकार 14.05 KB
स्थापना संख्या 2,394
वर्तमान संस्करण 1.8.1
अंतिम अपडेट 2023-11-22
प्रकाशन तिथि 2020-04-25
रेटिंग 4.70/5 कुल 20 रेटिंग्स
डेवलपर Bruno Lemos
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/brunolemos/simplified-twitter
सहायता पृष्ठ URL https://github.com/brunolemos/simplified-twitter
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simplified Twitter",
    "version": "1.8.1",
    "description": "Remove distractions from the new Twitter layout",
    "short_name": "Simplified Twitter",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/x.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}