Page Tool
Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data
What is Page Tool?
Page Tool is a Chrome extension developed by searchpuzzle38, and its main feature is "Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data".
Extension Screenshots
Download Page Tool Extension CRX File
Download Page Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
* Block specific URLs - via simple URL snippets, eg. - lens.org - espacenet * Show page links e.g. scripts, images. * Cookies tool: delete, edit, and keep specific cookies. List can be filtered to only show 1 cookie from each domain. * Delete browsing data e.g. cache, history etc.
Extension Basic Information
Name | Page Tool |
ID | bbombkgmpnekkibkifclmcpfagelcopl |
Official URL | https://chromewebstore.google.com/detail/page-tool/bbombkgmpnekkibkifclmcpfagelcopl |
Description | Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data |
File Size | 405 KB |
Installation Count | 32 |
Current Version | 3 |
Last Updated | 2020-12-07 |
Publish Date | 2020-01-27 |
Developer | searchpuzzle38 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Tool", "version": "3", "description": "Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data", "permissions": [ "activeTab", "storage", "webRequest", "webRequestBlocking", "cookies", "browsingData", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "browser_action": { "default_title": "Page Tool", "default_popup": "popup.html", "default_icon": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" } }, "icons": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" }, "background": { "scripts": [ "lib.js", "background.js" ] }, "content_scripts": [ { "js": [ "lib.js", "page.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "manifest_version": 2 } |