Passwords Cleaner (Eraser)
Quickly delete/wipe your browser stored passwords for a defined period with one click
Passwords Cleaner (Eraser) क्या है?
Passwords Cleaner (Eraser) unixeco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly delete/wipe your browser stored passwords for a defined period with one click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Passwords Cleaner (Eraser) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Passwords Cleaner is the easiest way to clear your browser passwords for a specified period. You can define a custom period on the options page. Also, you can define the area (zone) in which you want the data to be cleared. For a more comprehensive cleaner try my eCleaner https://chrome.google.com/webstore/detail/ecleaner-forget-button/ejhlpopncnfaaeicmbdnddebccnkfenn Using this extension it is possible to delete stored passwords of three different zones: 1. Normal websites, 2. Protected websites, 3. Extension zone Definitions: -> Extensions zone: Extensions and packaged applications a user has installed -> Protected websites zone: Websites that have been installed as hosted applications For bug reports please visit: https://github.com/andy-portmen/ecleaner For FAQs please visit: https://add0n.com/ecleaner.html?from=passwords-cleaner
एक्सटेंशन की मूल जानकारी
नाम | Passwords Cleaner (Eraser) |
ID | omncoonihndbggaamakcndfokdallifc |
आधिकारिक URL | https://chromewebstore.google.com/detail/passwords-cleaner-eraser/omncoonihndbggaamakcndfokdallifc |
विवरण | Quickly delete/wipe your browser stored passwords for a defined period with one click |
फ़ाइल का आकार | 85.15 KB |
स्थापना संख्या | 110 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2020-05-27 |
प्रकाशन तिथि | 2020-05-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | unixeco |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://add0n.com/ecleaner.html?from=passwords-cleaner |
सहायता पृष्ठ URL | https://add0n.com/ecleaner.html?from=passwords-cleaner |
गोपनीयता नीति पृष्ठ URL | https://add0n.com/policies/unixeco.txt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Passwords Cleaner (Eraser)", "description": "Quickly delete\/wipe your browser stored passwords for a defined period with one click", "version": "0.1.2", "manifest_version": 2, "permissions": [ "storage", "browsingData" ], "homepage_url": "https:\/\/add0n.com\/ecleaner.html?from=passwords-cleaner", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "background": { "persistent": false, "scripts": [ "common.js" ] }, "browser_action": [], "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |