Page Tool
Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data
Cos'è Page Tool?
Page Tool è un'estensione di Chrome sviluppata da searchpuzzle38, e la sua funzione principale è "Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page Tool
Scarica i file di estensione Page Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
* 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.
Informazioni di Base sull'Estensione
Nome | Page Tool |
ID | bbombkgmpnekkibkifclmcpfagelcopl |
URL Ufficiale | https://chromewebstore.google.com/detail/page-tool/bbombkgmpnekkibkifclmcpfagelcopl |
Descrizione | Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data |
Dimensione del File | 405 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 3 |
Ultimo Aggiornamento | 2020-12-07 |
Data di Pubblicazione | 2020-01-27 |
Sviluppatore | searchpuzzle38 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |