Ban Site
Remove Search Results from Undesired Websites.
Ban Site là gì?
Ban Site là một tiện ích mở rộng Chrome được phát triển bởi Guillermo Pages, và tính năng chính của nó là "Remove Search Results from Undesired Websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ban Site
Tải xuống các tệp mở rộng Ban Site dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Do you search Google 50 times a day? Have you noticed some annoying website that keeps coming up in your searches? How nice would it be to tell Google to stop showing you results from websites you don't like? This simple tool will allow you to remove search results coming from websites you dislike. Without this tool your only option today is to type: -site:some-bad-site.com -site:some-other-bad-site.com ,along your search, and Google will remove any result from the listed domains for you. Which is already kind of cool. But isn't it painful to write the commands each time? At Ban Site we think it is! So we found the way to write **one single command one single time**, to remove any bad website from your Google search results. It will work on all your searches like magic! How does it work? In your Google search, type: -bansite:name-site-to-be-banned.com , and BanSite will automatically add the google command -site:name-site-to-be-banned.com to all your searches for you. You will have normal searches, just not from name-site-to-be-banned.com! Nice right? But what if you don't want to use it on every search? For example I'm a programmer, so I really need to remove some annoying website that keeps coming up for programming related searches. But at home, I don't program so much, so I don't want to add the google filters to my searches. How do I shut up the filters? Type: -bs to deactivate or activate Ban Site search results customizer. When you reactivate you will have all your banned sites saved for you, so you won't need to type them again. You can also unban some website that you want to see again. Read the docs in the popup, un the upper right of your chrome browser. Enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | knenfiekgigmakacifkolkbbapmigkpi |
URL Chính Thức | https://chrome.google.com/webstore/detail/ban-site/knenfiekgigmakacifkolkbbapmigkpi |
Mô tả | Remove Search Results from Undesired Websites. |
Kích Thước Tệp | 20.07 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2019-02-10 |
Ngày Phát Hành | 2019-02-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Guillermo Pages |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ban Site", "short_name": "bansite", "version": "0.0.3", "description": "Remove Search Results from Undesired Websites.", "permissions": [ "storage", "declarativeContent", "webRequest", "webRequestBlocking", "tabs", "https:\/\/www.google.com\/search?*", "https:\/\/www.google.es\/search?*", "https:\/\/www.google.co.uk\/search?*", "https:\/\/www.google.de\/search?*", "https:\/\/www.google.fr\/search?*", "https:\/\/www.google.it\/search?*", "https:\/\/www.google.at\/search?*", "https:\/\/www.google.us\/search?*", "https:\/\/www.google.cz\/search?*", "https:\/\/www.google.dk\/search?*", "https:\/\/www.google.ee\/search?*", "https:\/\/www.google.fi\/search?*", "https:\/\/www.google.gb\/search?*", "https:\/\/www.google.gr\/search?*", "https:\/\/www.google.in\/search?*", "https:\/\/www.google.ie\/search?*", "https:\/\/www.google.is\/search?*", "https:\/\/www.google.me\/search?*", "https:\/\/www.google.mk\/search?*", "https:\/\/www.google.md\/search?*", "https:\/\/www.google.lv\/search?*", "https:\/\/www.google.mc\/search?*", "https:\/\/www.google.ru\/search?*", "https:\/\/www.google.lu\/search?*", "https:\/\/www.google.je\/search?*", "https:\/\/www.google.ch\/search?*" ], "background": { "page": "background.html", "persistent": true }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/bansite16.png", "32": "images\/bansite32.png", "48": "images\/bansite48.png", "128": "images\/bansite128.png" } }, "icons": { "16": "images\/bansite16.png", "32": "images\/bansite32.png", "48": "images\/bansite48.png", "128": "images\/bansite128.png" }, "manifest_version": 2 } |