Visited

Change the color of visited links

What is Visited?

Visited is a Chrome extension developed by rdg, and its main feature is "Change the color of visited links".

Extension Screenshots

screenshot

Download Visited Extension CRX File

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

                        This rather-minimalistic extension changes the color of visited links to a nice red.                    

Extension Basic Information

Name Visited Visited
ID bfcodeehkjogenemacopdbhabjebnbah
Official URL https://chromewebstore.google.com/detail/visited/bfcodeehkjogenemacopdbhabjebnbah
Description Change the color of visited links
File Size 23.08 KB
Installation Count 6,184
Current Version 0.1
Last Updated 2015-06-17
Publish Date 2015-06-17
Rating 4.49/5 Total 80 Ratings
Developer rdg
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Visited",
    "description": "Change the color of visited links",
    "version": "0.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "Custom.css"
            ]
        }
    ]
}