Protector by Guardbly
Protector extension by Guardbly
Protector by Guardblyคืออะไร?
Protector by Guardbly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://guardbly.com และคุณลักษณะหลักของมันคือ "Protector extension by Guardbly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Protector by Guardbly
ดาวน์โหลดไฟล์ส่วนขยาย Protector by Guardbly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension designed for protection your main Guardbly extension from being disabled and to notify you about unwanted uninstallation. Add our main, free "Guardbly" extension for full cybersecurity and/or parental control features.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dmjmfaohcdlmcgdandmeajldhoeigocg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/protector-by-guardbly/dmjmfaohcdlmcgdandmeajldhoeigocg |
คำอธิบาย | Protector extension by Guardbly |
ขนาดไฟล์ | 16.93 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-11-15 |
วันที่เผยแพร่ | 2020-11-15 |
ผู้พัฒนา | http://guardbly.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://guardbly.com |
URL หน้าช่วยเหลือ | https://guardbly.com/faq |
URL หน้านโยบายความเป็นส่วนตัว | https://guardbly.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Protector by Guardbly", "version": "1.0.0", "description": "Protector extension by Guardbly", "permissions": [ "storage", "background", "management" ], "icons": { "16": "assets\/images\/16.png", "32": "assets\/images\/32.png", "48": "assets\/images\/48.png", "128": "assets\/images\/128.png" }, "background": { "persistent": true, "scripts": [ "background\/management.js" ] }, "manifest_version": 2 } |