Twitter UnHooked
Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
Twitter UnHooked क्या है?
Twitter UnHooked Pamela Fox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter UnHooked एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.
एक्सटेंशन की मूल जानकारी
नाम | Twitter UnHooked |
ID | imcokhibdjkdgepeadnipppignmnicnb |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb |
विवरण | Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations. |
फ़ाइल का आकार | 4.22 KB |
स्थापना संख्या | 213 |
वर्तमान संस्करण | 0.7 |
अंतिम अपडेट | 2022-08-11 |
प्रकाशन तिथि | 2018-06-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Pamela Fox |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pamelafox/twitter-unhooked |
सहायता पृष्ठ URL | https://github.com/pamelafox/twitter-unhooked/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter UnHooked", "version": "0.7", "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ], "all_frames": true } ], "manifest_version": 3 } |