Zero-Click

Surf withOut CLICKING.

Zero-Click क्या है?

Zero-Click Ekam Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Surf withOut CLICKING."।

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

screenshot

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

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

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

                        Browse web without any clicks. Place your mouse anywhere and it will auto-click for you.


Features:
- You can turn this feature on/off by clicking the icon
- Color of the icon will tell you its status (OFF/ON)
- Horizontal and vertical bars will help you with your mouse navigation
- CLICK-BURST feature, auto click multiple times by pressing and HOLDing Ctrl key (currently the feature is in beta).

Problem:
- If you find any please report to us.

"...Surf without clicking..."

Updates:
- On click, color of chaser would change, to indicate click has been made once.
- Burst (multi) click feature, press Ctrl key and HOLD to click multiple times.
- On burst (multi) clicks, color of chaser would change rapidly to indicate burst click is in operation.
- Fixed a bug, on turning the extension off, XY chaser setting stayed ON.                    

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

नाम Zero-Click Zero-Click
ID jmbibdgoffifoajclddnlknpdgdgkpdh
आधिकारिक URL https://chrome.google.com/webstore/detail/zero-click/jmbibdgoffifoajclddnlknpdgdgkpdh
विवरण Surf withOut CLICKING.
फ़ाइल का आकार 113 KB
स्थापना संख्या 7,877
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2020-01-15
प्रकाशन तिथि 2020-01-13
रेटिंग 2.25/5 कुल 72 रेटिंग्स
डेवलपर Ekam Labs
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zero-Click",
    "description": "Surf withOut CLICKING.",
    "version": "0.0.9",
    "icons": {
        "16": "src\/icon.png",
        "48": "src\/icon.png",
        "128": "src\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "src\/icon.png",
            "38": "src\/icon.png"
        },
        "default_title": "Browse web without any clicks. Place your mouse anywhere and it will auto-click for you.",
        "default_popup": "src\/popup.html"
    },
    "background": {
        "scripts": [
            "node_modules\/jquery\/dist\/jquery.min.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "node_modules\/jquery\/dist\/jquery.min.js",
                "src\/content.js"
            ],
            "css": []
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}