Hide X/Twitter Elements

This extension hides specified elements on the X/Twitter website.

Hide X/Twitter Elements क्या है?

Hide X/Twitter Elements https://tweet-reader.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides specified elements on the X/Twitter website."।

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

screenshot
screenshot
screenshot

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

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

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

                        The following Element which you chose on the option screen will be hidden after those elements are loaded.
(* After changing the settings, please reload the X/Twitter screen with the F5 key.)

- Logo in top corner
- Home timeline's Title area
- Home timeline's Subtitle area
- Sidebar Column
- Images with Article Link
- Who to follow in Timeline
- Topics Carousel in Timeline
- Follows(Following&Followers) Counts
- Actions(Retweets, Quotes, Likes, Bookmarks, Views) Counts
- Read From Older button (in Following)
- Ads' Border
- Focus Mode

* When X/Twitter updates the layout of their website, this extension may temporarily stop working.
* It'll take about 3 days to 2 weeks for this extension to catch up, after the author recognized it.
* Note that X/Twitter updates do not occur in all countries at the same time and there is a lag of several days.                    

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

नाम Hide X/Twitter Elements Hide X/Twitter Elements
ID bkjfgbniifclpfjdpbjcebndlimfkkeg
आधिकारिक URL https://chromewebstore.google.com/detail/hide-xtwitter-elements/bkjfgbniifclpfjdpbjcebndlimfkkeg
विवरण This extension hides specified elements on the X/Twitter website.
फ़ाइल का आकार 50.52 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 2.10.15
अंतिम अपडेट 2024-01-05
प्रकाशन तिथि 2019-12-25
रेटिंग 2.89/5 कुल 19 रेटिंग्स
डेवलपर https://tweet-reader.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://hte.tweet-reader.com/search/label/Japanese
सहायता पृष्ठ URL https://twitter.com/HotChaiLLC
गोपनीयता नीति पृष्ठ URL https://tweet-reader.com/privacy
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "HTE",
    "version": "2.10.15",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "twit48.png",
        "128": "twit128.png"
    },
    "action": {
        "default_icon": "twit48.png",
        "default_title": "Hide X\/Twitter Elements"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "functions.js",
                "twitterstyle.js"
            ],
            "matches": [
                "http:\/\/www.twitter.com\/*",
                "https:\/\/www.twitter.com\/*",
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "http:\/\/www.x.com\/*",
                "https:\/\/www.x.com\/*",
                "http:\/\/x.com\/*",
                "https:\/\/x.com\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}