VN Auto Clicker

Auto click random link on your website, Auto fill keyword and search on your website.

VN Auto Clicker란 무엇입니까?

VN Auto Clicker은(는) https://vnlink.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto click random link on your website, Auto fill keyword and search on your website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VN Auto Clicker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Chức năng nổi bật:
- Click ngẫu nhiên và được giới hạn bởi chính bạn
- Tự động điền từ khóa của bạn và tìm kiếm trên website của bạn
Chức năng sắp cập nhật:
- Tìm kiếm từ khóa của bạn trên google
Chúng tôi cam kết không thu thập và chia sẻ dữ liệu cá nhân nào của bạn, ngoại trừ địa chỉ website của bạn. Xem thêm Chính sách quyền riêng tư tại https://vnlink.org/chinh-sach-bao-mat/                    

확장 프로그램 기본 정보

이름 VN Auto Clicker VN Auto Clicker
ID pnbmplojlceadfbbaoihkhmefocedchm
공식 URL https://chromewebstore.google.com/detail/vn-auto-clicker/pnbmplojlceadfbbaoihkhmefocedchm
설명 Auto click random link on your website, Auto fill keyword and search on your website.
파일 크기 79.85 KB
설치 횟수 2,000
현재 버전 0.1.2
최근 업데이트 2021-10-19
출시 날짜 2021-10-13
평점 1.83/5 총 6 개의 평점
개발자 https://vnlink.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vnlink.org/vn-auto-clicker/
도움말 페이지 URL https://vnlink.org/vn-auto-clicker/
개인정보 보호 정책 페이지 URL https://vnlink.org/chinh-sach-bao-mat
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VN Auto Clicker",
    "manifest_version": 2,
    "version": "0.1.2",
    "description": "Auto click random link on your website, Auto fill keyword and search on your website.",
    "content_security_policy": "script-src 'self' https:\/\/vnlink.org\/wp-admin\/admin-ajax.php; object-src 'self';",
    "permissions": [
        "power",
        "storage",
        "contextMenus",
        "",
        "*:\/\/vnlink.org\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon-24.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "36": "icon-36.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "clear_data": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            },
            "description": "Clear data"
        }
    }
}