Browser WatchDog for Chrome
Browser Watchdog offers an easy scan and cleanup of your browser extensions.
Browser WatchDog for Chromeคืออะไร?
Browser WatchDog for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browserdog.com และคุณลักษณะหลักของมันคือ "Browser Watchdog offers an easy scan and cleanup of your browser extensions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser WatchDog for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Browser WatchDog for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Browser WatchDog scans and removes annoying, intrusive, and malicious extensions that creeped into your browser! Bad extensions - be gone! ☠️ Bad extensions can cause anything from an annoying browsing experience such as bombardment by ads to serious information leakages. Browser WatchDog works out of the box and immediately after installation scans all your installed extensions, analyzes their permissions, and compares them to known and unknown blacklists and bad actors. Once a compromised add-on or extension is found in your browser, Browser WatchDog lets you remove it with a single click. Scanning can be triggered manually by clicking the Browser WatchDog icon but is also done periodically, a few times a day. Browser WatchDog is completely FREE and no signup is required. * Browser WatchDog is an independent developer and is not affiliated with any major browser manufacturer. * For questions, issues or false positives, Email [email protected] For privacy, visit https://browserdog.com/privacy Happy browsing! 🐶
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Browser WatchDog for Chrome |
ID | jjnfhbcilcppomkcmkbbmcadoihkkgah |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browser-watchdog-for-chro/jjnfhbcilcppomkcmkbbmcadoihkkgah |
คำอธิบาย | Browser Watchdog offers an easy scan and cleanup of your browser extensions. |
ขนาดไฟล์ | 686 KB |
จำนวนการติดตั้ง | 262,345 |
เวอร์ชันปัจจุบัน | 1.0.1952.2 |
อัปเดตครั้งล่าสุด | 2022-11-24 |
วันที่เผยแพร่ | 2020-04-08 |
คะแนน | 4.54/5 รวมทั้งหมด 123 คะแนน |
ผู้พัฒนา | https://browserdog.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://browserdog.com |
URL หน้าช่วยเหลือ | http://browserdog.com/store_support |
URL หน้านโยบายความเป็นส่วนตัว | https://browserdog.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "public\/logos\/dog.png", "default_title": "Browser WatchDog for Chrome" }, "description": "Browser Watchdog offers an easy scan and cleanup of your browser extensions.", "short_name": "Watchdog", "name": "Browser WatchDog for Chrome", "icons": { "16": "public\/logos\/logo_16.png", "48": "public\/logos\/logo_48.png", "128": "public\/logos\/logo_128.png" }, "version": "1.0.1952.2", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "tabs", "cookies", "management", "webRequest", "storage", "notifications", "idle", "scripting", "alarms" ], "host_permissions": [ " |