Click Sync

Syncs your 'visited' link status between Chrome installs.

What is Click Sync?

Click Sync is a Chrome extension developed by https://pento.net, and its main feature is "Syncs your 'visited' link status between Chrome installs.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Click Sync Extension CRX File

Download Click Sync 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

                        When you click a link on your computer, it shows up in your history when when open your laptop, but it doesn't show in that purple "visited" colour.

Click Sync will automatically keep that visited status in sync between all of your computers!

For your privacy, your clicks are synced using Chrome's built in sync service.                    

Extension Basic Information

Name Click Sync Click Sync
ID occoadgobmeenmclllmpbnkfcgkjkoel
Official URL https://chromewebstore.google.com/detail/click-sync/occoadgobmeenmclllmpbnkfcgkjkoel
Description Syncs your 'visited' link status between Chrome installs.
File Size 7.15 KB
Installation Count 150
Current Version 1.0
Last Updated 2018-04-17
Publish Date 2018-04-16
Rating 5.00/5 Total 2 Ratings
Developer https://pento.net
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click Sync",
    "version": "1.0",
    "description": "Syncs your 'visited' link status between Chrome installs.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/historyListener.js",
            "js\/storageListener.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "storage",
        "unlimitedStorage"
    ]
}