PureTwitter
Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience!
PureTwitter क्या है?
PureTwitter Lee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PureTwitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A browser extension that filters out tweets and Twitter accounts containing pornography, violence, or advertisements automatically. With this extension, you can now stay away from junk tweets and enjoy a cleaner and safer Twitter experience. Say goodbye to inappropriate content and hello to a more pleasant social media experience. Get our browser extension now and start enjoying a better Twitter!
एक्सटेंशन की मूल जानकारी
नाम | PureTwitter |
ID | nflidllhiamnebgbgoemadhhfdpbbpbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/puretwitter/nflidllhiamnebgbgoemadhhfdpbbpbi |
विवरण | Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience! |
फ़ाइल का आकार | 371 KB |
स्थापना संख्या | 4,145 |
वर्तमान संस्करण | 1.0.14 |
अंतिम अपडेट | 2023-12-21 |
प्रकाशन तिथि | 2023-07-07 |
रेटिंग | 4.63/5 कुल 27 रेटिंग्स |
डेवलपर | Lee |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
गोपनीयता नीति पृष्ठ URL | https://www.privacypolicies.com/live/1f7656aa-e3fa-4948-8033-2112e39a6734 |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "manifest_version": 3, "name": "PureTwitter", "description": "Filters out inappropriate tweets and accounts. Enjoy a cleaner, safer Twitter experience\uff01", "version": "1.0.14", "background": { "service_worker": "\/background.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "css": [ "style.css" ], "js": [ "\/content.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.twitter.com\/*", "*:\/\/puretwitter.ikeyly.cn\/*" ], "web_accessible_resources": [ { "resources": [ "\/injected.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ] } ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |