AutoPurged
AutoPurged: auto erases your tracks every time you close chrome
AutoPurged क्या है?
AutoPurged https://autopurged.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AutoPurged: auto erases your tracks every time you close chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoPurged एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you want to keep your web search history safe? The AutoPurged extension does exactly this, every time you close your Chrome window AutoPurged erases all of your Web history, cookies and other data. By clicking "Add to Chrome", I accept and agree to install Auto Purged extension and set the default search to that provided by the service and to the Terms of Use and Privacy Policy”. To report bugs, suggest new features or have comments reach us at [email protected] Our Privacy Policy https://autopurged.com/privacy.php Our Terms: https://autopurged.com/terms.php About Us: https://autopurged.com/about.php About Us: https://autopurged.com/uninstall.php
एक्सटेंशन की मूल जानकारी
नाम | AutoPurged |
ID | ejaioongleieeoelfnncijajiijejjhc |
आधिकारिक URL | https://chromewebstore.google.com/detail/autopurged/ejaioongleieeoelfnncijajiijejjhc |
विवरण | AutoPurged: auto erases your tracks every time you close chrome |
फ़ाइल का आकार | 17.08 KB |
स्थापना संख्या | 11,083 |
वर्तमान संस्करण | 7 |
अंतिम अपडेट | 2021-02-12 |
प्रकाशन तिथि | 2020-05-13 |
रेटिंग | 3.29/5 कुल 7 रेटिंग्स |
डेवलपर | https://autopurged.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://autopurged.com |
सहायता पृष्ठ URL | https://autopurged.com |
गोपनीयता नीति पृष्ठ URL | https://autopurged.com/privacy.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "author": "Amy Himari", "name": "AutoPurged", "short_name": "AutoPurged", "homepage_url": "https:\/\/autopurged.com\/", "description": "AutoPurged: auto erases your tracks every time you close chrome", "version": "7", "manifest_version": 2, "browser_action": { "default_icon": "128.png", "default_title": "Erases Chrome Data on Exit" }, "permissions": [ "storage", "browsingData" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "new.html" }, "icons": { "128": "128.png" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "https:\/\/autopurged.com\/favicon.ico", "image_url": "", "image_url_post_params": "", "instant_url": "", "instant_url_post_params": "", "is_default": true, "keyword": "a", "name": "a", "search_url": "https:\/\/autopurged.com\/s\/?api=y60glgn5&q={searchTerms}", "search_url_post_params": "", "suggest_url_post_params": "" } } } |