Alora
Protect your online data privacy
Alora क्या है?
Alora tomzhu1024 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect your online data privacy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alora एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
-Protect your online data privacy. -Auto delete browsing history and cookies on selected sites. We don’t collect or know anything about what you're browsing. All data is stored locally in your computer. Alora helps you to protect your digital footprint from trackers. Alora also helps you to auto clean cache and cookies. Alora is the first product from the Privoce team. The Privoce project is aimed to provide transparent, secure, user-oriented personal cloud computing solutions for netizen. Alora will serve as the personal data management interface for the Web 3.0 era, an interface between the mature cloud computing infrastructure (cloud storage) and the internet services (apps). Our objective is to return control to your data, offer cloud storage, and guarantee your privacy on the Internet.
एक्सटेंशन की मूल जानकारी
नाम | Alora |
ID | pcmafklmeafeodgkklcoidiledfeicha |
आधिकारिक URL | https://chromewebstore.google.com/detail/alora/pcmafklmeafeodgkklcoidiledfeicha |
विवरण | Protect your online data privacy |
फ़ाइल का आकार | 530 KB |
स्थापना संख्या | 142 |
वर्तमान संस्करण | 3.0.6 |
अंतिम अपडेट | 2021-05-25 |
प्रकाशन तिथि | 2020-06-21 |
रेटिंग | 4.63/5 कुल 27 रेटिंग्स |
डेवलपर | tomzhu1024 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://privoce.com/privacyPolicy.html |
समर्थित भाषाएँ | en,es,pt-BR,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "3.0.6", "description": "__MSG_extDescription__", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "cookies", "storage", "tabs", "history", "webRequest", "webRequestBlocking", "chrome:\/\/favicon\/", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "circle-default.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_locale": "en", "minimum_chrome_version": "80", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self';" } |