Remove Twitter Moments
Removes Twitter's 'Moments' navigation button.
Remove Twitter Moments क्या है?
Remove Twitter Moments Ed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes Twitter's 'Moments' navigation button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Twitter Moments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple Chrome extension to remove the Twitter 'Moment's navigation bar button.
एक्सटेंशन की मूल जानकारी
नाम | Remove Twitter Moments |
ID | ahgkojcohophkbdipjagnobbdabmhmdm |
आधिकारिक URL | https://chromewebstore.google.com/detail/remove-twitter-moments/ahgkojcohophkbdipjagnobbdabmhmdm |
विवरण | Removes Twitter's 'Moments' navigation button. |
फ़ाइल का आकार | 9.48 KB |
स्थापना संख्या | 109 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2015-12-14 |
प्रकाशन तिथि | 2015-12-13 |
रेटिंग | 4.38/5 कुल 8 रेटिंग्स |
डेवलपर | Ed |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ed-flanagan/remove-moments |
सहायता पृष्ठ URL | https://github.com/ed-flanagan/remove-moments/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Twitter Moments", "short_name": "Stop Moments", "description": "Removes Twitter's 'Moments' navigation button.", "version": "1.1.0", "version_name": "1.1.0", "homepage_url": "https:\/\/github.com\/ed-flanagan\/remove-moments", "author": "Ed Flanagan", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "offline_enabled": false, "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_end", "all_frames": false, "css": [ "remove.css" ] } ] } |