No Moments for Twitter
A chrome extension that hides the Moments button on the Twitter website.
No Moments for Twitter क्या है?
No Moments for Twitter ungoldman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that hides the Moments button on the Twitter website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No Moments for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A chrome extension that hides the Moments button on the Twitter website. Disclaimer: This extension is distributed free of charge and made for educational/practical purposes only! No harm is intended toward the great nation of Twitter. I just don't want to accidentally click the `Moments` button anymore.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kenlkkgfablehdjlhidnacobagpcbmcp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp |
विवरण | A chrome extension that hides the Moments button on the Twitter website. |
फ़ाइल का आकार | 30.76 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2015-12-04 |
प्रकाशन तिथि | 2015-12-04 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | ungoldman |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ngoldman/no-moments |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Moments for Twitter", "version": "1.0.0", "description": "A chrome extension that hides the Moments button on the Twitter website.", "homepage_url": "http:\/\/github.com\/ngoldman\/no-moments", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "no-moments.css" ] } ] } |