Pureview is a lightweight Chrome extension designed to give users a cleaner and distraction-free web browsing experience by blocking intrusive advertisements. Whether you're working, studying, or just casually browsing, Pureview helps you stay focused and efficient. Inspired by uBlock Origin which is no longer available on chrome web store.
- Effective Ad Blocking: Blocks ads using both declarative network rules and DOM filtering
- Low Resource Usage: Built with Chrome's Manifest V3 for optimal performance
- Simple Interface: Easy-to-use toggle and live statistics
- Privacy Focused: No data collection or tracking
PureView uses a dual-approach strategy to block advertisements:
- Network-Level Blocking: Prevents ad requests from ever being made using Chrome's
declarativeNetRequest
API - DOM-Level Filtering: Removes ad elements that may appear in the page content
Install PureView directly from the Chrome Web Store
- Download and extract the latest release
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" (toggle in the top-right corner)
- Click "Load unpacked" and select the extracted extension folder
- PureView is now installed and active!
- Toggle On/Off: Click the extension icon to open the popup, then use the toggle switch to enable or disable ad blocking
- View Statistics: The popup displays both per-page and total ads blocked since installation
- No Configuration Needed: Works immediately after installation with no setup required
PureView is built with:
- Manifest V3 API
- Chrome's
declarativeNetRequest
for network filtering - MutationObserver for dynamic DOM content filtering
- Local storage for maintaining statistics and settings
Please refer to our Privacy Policy for information about data collection and privacy practices.
If you have ideas to improve this extension or have found a bug, please open an issue to discuss your ideas or report the problem. Pull requests are also welcome.
This project is licensed under the MIT License - see the LICENSE file for details.
Chrome Extension documentation and tutorials at developer.chrome.com were invaluable resources during development - their clear explanations and examples make extension development accessible and straightforward.