Cleaner Twitter
Make Twitter UI cleaner by removing annoying pieces.
Cleaner Twitter क्या है?
Cleaner Twitter Kenny_1291 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Twitter UI cleaner by removing annoying pieces."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cleaner Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this extension you can hide annoying Twitter UI pieces. *FEATURES* - Predefined rules - Modify and add custom CSS rules - Predefined rules updates (no extension update required) Source code: https://github.com/Kenny1291/cleaner-twitter
एक्सटेंशन की मूल जानकारी
नाम | Cleaner Twitter |
ID | iplodopmopkmkpblangcjomcdfiidneo |
आधिकारिक URL | https://chromewebstore.google.com/detail/cleaner-twitter/iplodopmopkmkpblangcjomcdfiidneo |
विवरण | Make Twitter UI cleaner by removing annoying pieces. |
फ़ाइल का आकार | 197 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 0.3.2 |
अंतिम अपडेट | 2024-02-05 |
प्रकाशन तिथि | 2023-05-01 |
डेवलपर | Kenny_1291 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Kenny1291/cleaner-twitter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cleaner Twitter", "description": "Make Twitter UI cleaner by removing annoying pieces.", "version": "0.3.2", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "service_worker": "service_workers\/background.js", "type": "module" }, "options_page": "options\/options.html", "web_accessible_resources": [ { "matches": [ " |