Satisfying Clicks

Make clicking more satisfying one click at a time

什麼是Satisfying Clicks?

Satisfying Clicks是由Noel Friedrich開發的Chrome擴展程式,該擴展的主要功能是“Make clicking more satisfying one click at a time”。

擴展截圖

screenshot

下載Satisfying Clicks擴展crx文件

下載Satisfying Clicks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}