Page Tool

Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data

Wat is Page Tool?

Page Tool is een Chrome-extensie ontwikkeld door searchpuzzle38, en de belangrijkste functie is "Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Page Tool

Download Page Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        * 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.                    

Basisinformatie over de Extensie

Naam Page Tool Page Tool
ID bbombkgmpnekkibkifclmcpfagelcopl
Officiële URL https://chromewebstore.google.com/detail/page-tool/bbombkgmpnekkibkifclmcpfagelcopl
Beschrijving Block specific URLs; Show page links; Cookie Tool and Delete Browsing Data
Bestandsgrootte 405 KB
Aantal Installaties 32
Huidige Versie 3
Laatst Bijgewerkt 2020-12-07
Publicatiedatum 2020-01-27
Ontwikkelaar searchpuzzle38
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}