Browse Safely
Displays SitesRank Scores of domains in the autocomplete suggestions of the Chrome address bar.
Browse Safelyคืออะไร?
Browse Safely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://browsesafelyapp.com และคุณลักษณะหลักของมันคือ "Displays SitesRank Scores of domains in the autocomplete suggestions of the Chrome address bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browse Safely
ดาวน์โหลดไฟล์ส่วนขยาย Browse Safely ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Despite the convenience and the time saved by the autocomplete suggestions from your Chrome browser’s address bar, not all the website URLs popping up in the autocomplete will necessarily lead you to a safe destination with appropriate content. This is a Chrome extension that integrates WOT’s website rating system to display the SitesRank safety scores of each domain that appears in your autocomplete suggestions. Before clicking on any domains, view the safety scores first to avoid the low-rating and suspicious sites to stay away from bad content. We also provide an alternative option for you to check URLs inside the extension’s user interface. Please enter a valid URL (example: amazon.com). What is WOT? Web of Trust is a website reputation and review service that helps people make informed decisions about whether to trust a website or not. In this extension, we integrate with the WOT API. We are not responsible for their rating scores and cannot guarantee that the scores are 100% accurate. The SitesRank Scores can be turned off at any time from the extension’s action window. Don’t forget to turn it on afterward! Permissions and reasons used: 1. Access to “cookies”. We require this permission to remember all the setting changes that you made to provide you the customized experience you desire. 2. Access to “contextMenus”. We require this permission to add more functional items to the drop-down menu from the action icon of this extension to provide you a more complete user experience and to enhance our service. 3. Change your default search engine. We require this permission to change your default search engine to our search domain browsesafelysearch.com, powered by Yahoo. We need to change your default search engine in order to provide the functionality of displaying SitesRank Scores from the autocomplete suggestions of your address bar. If you want to use a different option, we also support Bing and Google in this extension. You can make the change from inside the extension’s Settings at any time. How to remove this extension? Option 1: Go to “Settings” on Chrome, and find our extension in the “Extensions” tab. Click “remove”. Option 2: Right-click on the extension’s icon on your browser and select “Remove from Chrome” from the drop-down menu. Chrome™ is a trademark of Google LLC. The use of it does not imply any affiliation to or endorsement by Google LLC. By adding this extension to your Chrome browser, you accept and agree to our Privacy Policy and End-User License Agreement. Privacy Policy: https://www.browsesafelyapp.com/privacy EULA: https://www.browsesafelyapp.com/terms FAQ: https://www.browsesafelyapp.com/#faqs Contact Us: https://www.browsesafelyapp.com/contact Uninstall: https://www.browsesafelyapp.com/uninstall
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mcfmgcffbobkodpgehgkppiclknnnoad |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/browse-safely/mcfmgcffbobkodpgehgkppiclknnnoad |
คำอธิบาย | Displays SitesRank Scores of domains in the autocomplete suggestions of the Chrome address bar. |
ขนาดไฟล์ | 141 KB |
จำนวนการติดตั้ง | 100,000 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2021-01-26 |
วันที่เผยแพร่ | 2021-01-26 |
คะแนน | 1.83/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | http://browsesafelyapp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.browsesafelyapp.com |
URL หน้าช่วยเหลือ | https://www.browsesafelyapp.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | http://www.browsesafelyapp.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browse Safely", "version": "3.0.0", "description": "Displays SitesRank Scores of domains in the autocomplete suggestions of the Chrome address bar.", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.browsesafelysearch.com\/favicon.ico", "is_default": true, "name": "Browse Safely", "keyword": "Browse Safely", "search_url": "https:\/\/www.browsesafelysearch.com\/search\/?category=web&s=yspr&vert=private&q={searchTerms}", "suggest_url": "https:\/\/sug.browsesafelysearch.com\/v1\/sug\/?yid=yspr&vert=private&q={searchTerms}" } }, "homepage_url": "https:\/\/www.browsesafelysearch.com\/wim\/ds\/gotohub?s=yspr", "background": { "page": "bg\/background.html", "persistent": true }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.browsesafelysearch.com\/*" ], "js": [ "content_script\/contentScript.js" ], "all_frames": true }, { "matches": [ "*:\/\/*.yahoo.com\/*" ], "js": [ "jquery.js", "content_script\/first_search\/keep_changes.js" ] } ], "permissions": [ "contextMenus", "cookies", "*:\/\/*.browsesafelysearch.com\/" ], "browser_action": { "default_title": "Browse Safely", "default_popup": "popup\/popup.html" }, "manifest_version": 2, "web_accessible_resources": [ "img\/*", "content_script\/first_search\/*" ] } |