Unvisit

Mark link as unvisited by removing the url from the browsers history

What is Unvisit?

Unvisit is a Chrome extension developed by smukkekim, and its main feature is "Mark link as unvisited by removing the url from the browsers history".

Extension Screenshots

screenshot

Download Unvisit Extension CRX File

Download Unvisit 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

                        Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history                    

Extension Basic Information

Name Unvisit Unvisit
ID fbggfcphnbjfjoppijhohnhmfofkcplj
Official URL https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj
Description Mark link as unvisited by removing the url from the browsers history
File Size 12.59 KB
Installation Count 78
Current Version 1.0
Last Updated 2020-11-20
Publish Date 2018-07-19
Rating 5.00/5 Total 2 Ratings
Developer smukkekim
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unvisit",
    "description": "Mark link as unvisited by removing the url from the browsers history",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "contextMenus"
    ]
}