Forget about this site
Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Forget about this site क्या है?
Forget about this site Blaise Kal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Forget about this site एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shortcut: Ctrl+Shift+X on Windows and Linux, Cmd+Shift+X on macOS. This extension respects your privacy. All permissions are used only to remove data for the current website. No data is logged to, or shared with external websites. Please report issues at https://github.com/blaise-io/forget-about-this-site/issues or send a mail to [email protected].
एक्सटेंशन की मूल जानकारी
नाम | Forget about this site |
ID | okiohagmnigihpbleoloddfldckiknea |
आधिकारिक URL | https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea |
विवरण | Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting. |
फ़ाइल का आकार | 135 KB |
स्थापना संख्या | 1,143 |
वर्तमान संस्करण | 1.8.0 |
अंतिम अपडेट | 2021-06-15 |
प्रकाशन तिथि | 2019-12-28 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | Blaise Kal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/blaise-io/forget-about-this-site#readme |
सहायता पृष्ठ URL | https://github.com/blaise-io/forget-about-this-site/issues |
समर्थित भाषाएँ | de,en,fr,nl,es,it,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.8.0", "homepage_url": "https:\/\/github.com\/blaise-io\/forget-about-this-site#readme", "default_locale": "en", "permissions": [ "activeTab", "tabs", "browsingData", "downloads", "history", "storage", "notifications" ], "background": { "scripts": [ "\/background.js" ] }, "icons": { "256": "\/icons\/icon.png" }, "page_action": { "default_icon": "\/icons\/icon.png" }, "options_ui": { "page": "\/options.html" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+X" } } } } |