New-Tab Blocker
Blocks new tabs from specified websites
New-Tab Blocker क्या है?
New-Tab Blocker konrad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks new tabs from specified websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New-Tab Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension blockes new tabs from specified websites. This helps against pop-up ads that open in a new tab. It is possible to specifiy which websites are allowed to open new tabs and which not. Tips: - to block all new tabs, add "" (nothing) to the "URL Beginnings" list - you can install this Chrome extension on Android with the Kiwi Browser GitHub: https://github.com/conrim/newtab-blocker
एक्सटेंशन की मूल जानकारी
नाम | New-Tab Blocker |
ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
विवरण | Blocks new tabs from specified websites |
फ़ाइल का आकार | 34.42 KB |
स्थापना संख्या | 978 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2023-08-30 |
प्रकाशन तिथि | 2023-08-28 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | konrad |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/conrim/newtab-blocker |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New-Tab Blocker", "manifest_version": 3, "version": "0.0.2", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "tabs", "storage" ], "icons": { "128": "icons\/default.png" }, "action": { "default_popup": "popup\/index.html", "default_icon": "icons\/default.png" }, "background": { "service_worker": "service-worker.js" } } |