Disable Twitter Feed
Removes the timeline on Twitter's homepage.
Disable Twitter Feed क्या है?
Disable Twitter Feed https://lukasrosenstock.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the timeline on Twitter's homepage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Disable Twitter Feed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Twitter timeline can be a rabbit-hole that hurts your productivity. Disable Twitter Feed is a minimalist, single-purpose add-on without any configuration options. It does one thing: removing the timeline on Twitter's homepage. All other functionality (e.g., private messages, opening individual profiles) remains intact.
एक्सटेंशन की मूल जानकारी
नाम | Disable Twitter Feed |
ID | oppnglmfkpdfodnepgilhcagbbdojekd |
आधिकारिक URL | https://chromewebstore.google.com/detail/disable-twitter-feed/oppnglmfkpdfodnepgilhcagbbdojekd |
विवरण | Removes the timeline on Twitter's homepage. |
फ़ाइल का आकार | 8 KB |
स्थापना संख्या | 388 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-12-04 |
प्रकाशन तिथि | 2020-12-03 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://lukasrosenstock.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Disable Twitter Feed", "version": "1.0", "description": "Removes the timeline on Twitter's homepage.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "disablefeed.js" ], "run_at": "document_start" } ], "icons": { "48": "icon.png", "96": "[email protected]" } } |