Tab Blacklist
Automatically closes blacklisted tabs.
Tab Blacklist क्या है?
Tab Blacklist DIAB HQ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically closes blacklisted tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Blacklist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of extensions like Magic Actions, Video Blocker, and Click&Clean opening tabs without your permission? This extension instantly closes any new tabs that are on your blacklist. Tab Blacklist will not close tabs if you navigate to blocked URLs, it will only close the tab if it is newly opened.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dfjdhhihkdalipjoalkcalgecddabend |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend |
विवरण | Automatically closes blacklisted tabs. |
फ़ाइल का आकार | 18.47 KB |
स्थापना संख्या | 317 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-04-14 |
प्रकाशन तिथि | 2020-04-14 |
रेटिंग | 3.00/5 कुल 6 रेटिंग्स |
डेवलपर | DIAB HQ |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jrddupont/Tab-Blacklist |
सहायता पृष्ठ URL | https://github.com/jrddupont/Tab-Blacklist/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Blacklist", "version": "1.0.1", "manifest_version": 2, "description": "Automatically closes blacklisted tabs.", "icons": { "16": "icons\/tbl16.png", "48": "icons\/tbl48.png", "128": "icons\/tbl128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "options_page": "html\/options.html" } |