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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}