Satisfying Clicks

Make clicking more satisfying one click at a time

Satisfying Clicks क्या है?

Satisfying Clicks Noel Friedrich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make clicking more satisfying one click at a time"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Satisfying Clicks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Satisfying Clicks is the Chrome extension you never knew you needed! With a simple click, watch as your ordinary browsing experience transforms into a delightful symphony of animations. Each click is met with a touch of magic, adding a sense of satisfaction to your online adventures. What's more? Satisfying Clicks is designed with your ease in mind. It's plug-and-play, requiring no complicated settings or configurations. Just install and enjoy the soothing clicks that follow your every move on the web.

Rest easy knowing that your privacy is our top priority. Satisfying Clicks doesn't collect any data, ensuring your online activities remain completely private. Experience the joy of seamless, visually satisfying clicks without any worries. Elevate your browsing with Satisfying Clicks today!                    

एक्सटेंशन की मूल जानकारी

नाम Satisfying Clicks Satisfying Clicks
ID hdlelgoehliepfcpbeknlbpbcfljpkpg
आधिकारिक URL https://chromewebstore.google.com/detail/satisfying-clicks/hdlelgoehliepfcpbeknlbpbcfljpkpg
विवरण Make clicking more satisfying one click at a time
फ़ाइल का आकार 265 KB
स्थापना संख्या 82
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-11-10
प्रकाशन तिथि 2023-11-10
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर Noel Friedrich
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Satisfying Clicks",
    "description": "Make clicking more satisfying one click at a time",
    "version": "1.0.0",
    "action": {
        "default_title": "Satisfying Clicks",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content_script.js"
            ]
        }
    ]
}