Hide Twitter Trends
Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Hide Twitter Trends क्या है?
Hide Twitter Trends http://moath.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hide Twitter Trends एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you don't like the Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs, and you want to hide it this extension is your solution, this extension will hide Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs from Twitter web app and let you focus on your timeline.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lapmncfnibdclongbkleadoicnkhknia |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia |
विवरण | Hide Twitter (What’s happening, Who to follow, Topics to follow) elements |
फ़ाइल का आकार | 511 KB |
स्थापना संख्या | 14,957 |
वर्तमान संस्करण | 0.10.2 |
अंतिम अपडेट | 2022-06-28 |
प्रकाशन तिथि | 2020-07-19 |
रेटिंग | 4.46/5 कुल 90 रेटिंग्स |
डेवलपर | http://moath.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/DevMoath/hide-twitter-trends |
सहायता पृष्ठ URL | https://github.com/DevMoath/hide-twitter-trends/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter Trends", "version": "0.10.2", "description": "Hide Twitter (What\u2019s happening, Who to follow, Topics to follow) elements", "author": "Moath Alhajri", "homepage_url": "https:\/\/moath.dev\/", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ] } |