WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Clicker

View on Chrome Web Store
View Clicker Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
11 views
This extension has been viewed 11 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

It's about click. It's about you time. It's about you profile. Use it.
Type
Extension
Users
9 users
1
Website clicker.lt
Laimonas M.
View author page of Laimonas M.
Published
Published on January 29, 2025
Version 0.2.9.75
Manifest version
3
Updated
Updated on February 19, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Clicker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clicker",
    "action": [],
    "manifest_version": 3,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "version": "0.2.9.75",
    "description": "It's about click. It's about you time. It's about you profile. Use it.",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": ".\/serviceworker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "click.js"
            ]
        },
        {
            "matches": [
                "https:\/\/clicker.lt\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/active\/icon_48-on.png"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "as": "image"
        },
        {
            "resources": [
                "images\/active\/icon_48-off.png"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "as": "image"
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top