Protector by Guardbly
Protector extension by Guardbly
Protector by Guardbly क्या है?
Protector by Guardbly http://guardbly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protector extension by Guardbly"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Protector by Guardbly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |