Twitter Ad Blocker
Block Twitter ads and annoying UI elements.
Twitter Ad Blocker क्या है?
Twitter Ad Blocker devdevdev808 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block Twitter ads and annoying UI elements."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Ad Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Twitter Ad Blocker hides Promoted tweets, What's happening, Who to follow, Messages drawer and Topics to follow sections. Focus on tweets instead of irrelevant ads, people, news and topics. Enjoy Twitter as it was intended! We don't collect any information about you. This extension is open source, the code can be found here: https://github.com/pashakhomchenko/TwitterAdBlocker If you have suggestions on how to improve Twitter Ad Blocker, email me at [email protected] or create a new issue here: https://github.com/pashakhomchenko/TwitterAdBlocker/issues
एक्सटेंशन की मूल जानकारी
नाम | Twitter Ad Blocker |
ID | dhlbmiajajiiploeagcijnmnfiphgmdc |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-ad-blocker/dhlbmiajajiiploeagcijnmnfiphgmdc |
विवरण | Block Twitter ads and annoying UI elements. |
फ़ाइल का आकार | 170 KB |
स्थापना संख्या | 473 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2022-12-15 |
प्रकाशन तिथि | 2022-09-08 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | devdevdev808 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pashakhomchenko/TwitterAdBlocker |
सहायता पृष्ठ URL | https://github.com/pashakhomchenko/TwitterAdBlocker/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Ad Blocker", "version": "0.0.6", "description": "Block Twitter ads and annoying UI elements.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png", "512": "images\/icon-512.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } } } |