Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save silverdolphin863/fc9a3916ce7ed5351f2cdf7badfebb05 to your computer and use it in GitHub Desktop.

Select an option

Save silverdolphin863/fc9a3916ce7ed5351f2cdf7badfebb05 to your computer and use it in GitHub Desktop.
privacy-policy-clear-cache-for-specific-site.md

Privacy Policy for Clear Cache for Specific Site

Effective Date: October 2025
Extension ID: oolholgjdfmjjfefgdaakmajnhaamcga
Developer: [Your Name or Company Name]


1. Overview

The Clear Cache for Specific Site Chrome Extension is designed to perform one simple function:
🧹 Clear cached data, cookies, and browsing storage for a user-selected website directly from the browser toolbar.

This extension does not collect, transmit, or store any personally identifiable information (PII) or browsing data outside the user’s local browser.


2. Data Collection and Usage

The extension operates entirely locally within your browser and does not communicate with any external servers.

🔒 Specifically:

  • No personal data is collected, stored, or shared.
  • No analytics, advertising, or tracking services are embedded.
  • No data is transmitted to third-party services.
  • All operations (cache and cookie deletion) are handled through the standard Chrome APIs:
    • browsingData
    • cookies
    • storage

These APIs only execute actions explicitly triggered by the user.


3. Permissions Justification

Permission Purpose Data Access
browsingData To clear site-specific cache and storage No external access
cookies To allow deletion of cookies for the chosen domain Local only
storage To remember user preferences (optional settings) Stored locally in browser
Host permissions (e.g. https://*/*) Required to identify which domain to clear No third-party transmission

All permissions are used exclusively to achieve the extension’s single stated purpose.


4. Remote Code

This extension does not use any remote code.
All scripts are packaged within the extension bundle and reviewed before submission to the Chrome Web Store.


5. Data Retention

The extension does not retain any user data.
All actions are temporary and executed immediately upon user command.


6. Third-Party Access

No third parties have access to any data processed by the extension.
The extension does not:

  • Send or receive network requests
  • Use content delivery networks (CDNs)
  • Integrate advertising or analytics SDKs

7. User Control

You can remove the extension at any time by visiting: chrome://extensions → Clear Cache for Specific Site → Remove

This will delete all locally stored extension preferences.


8. Contact

If you have any privacy-related concerns or questions, please contact:
📧 [YourEmail@example.com]


9. Updates to This Policy

This Privacy Policy may be updated if new features are added that affect data handling.
All updates will be reflected in the extension’s Web Store listing and this document.


Summary:
This extension performs a single, transparent, privacy-preserving task — clearing cache and cookies for the user’s chosen website.
It never collects or shares data, and all operations occur entirely on the user’s device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment