Automatic Button Clicker - A.B.C

Helps users to automatically click various buttons on various websites.

Automatic Button Clicker - A.B.C क्या है?

Automatic Button Clicker - A.B.C https://getcreativesoftware.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps users to automatically click various buttons on various websites."।

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

screenshot

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

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

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

                        Features for Twitter:

(1) Click all follow buttons:

This feature will allow users to follow multiple profiles on Twitter by clicking all follow buttons. Using this feature end-user can unfollow multiple profiles on Twitter.

(2) Click all unfollow buttons:

This feature will allow end-users to unfollow multiple profiles on Twitter by clicking all unfollow buttons. Using this feature, end-user can unfollow all profiles on Twitter.

(3) Click all like buttons:

This feature will allow you end-user to like multiple tweets on Twitter by clicking all visible like buttons. Using this feature end-user will be able to like multiple tweets on Twitter.

(4) Click all unlike buttons:

This feature will allow end-user to unlike multiple tweets on Twitter by clicking all unlike buttons. Using this tool end-user will be able to unlike all tweets on Twitter.

Contact us by visiting: 
https://www.getcreativesoftware.dev/contact-us/

Additional features:

- Users can run this tool on any page that displays specific buttons.
- Allows end-user to specify a custom delay time interval between each request.

This software is neither created nor endorsed by any third party website.

Privacy notice: This software neither collects nor transmits any personally identifiable information. This software does not track your browsing behaviour. Information necessary for functioning of this software is stored on the devices of end user, our servers do not have access to this information.

For more information please read our privacy policy and terms of service.

Privacy policy:
https://www.getcreativesoftware.dev/privacy/

Terms of service:
https://www.getcreativesoftware.dev/tos/                    

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

नाम Automatic Button Clicker - A.B.C Automatic Button Clicker - A.B.C
ID bbjkflmkjlobdigacpdkadhcldgnlmac
आधिकारिक URL https://chromewebstore.google.com/detail/automatic-button-clicker/bbjkflmkjlobdigacpdkadhcldgnlmac
विवरण Helps users to automatically click various buttons on various websites.
फ़ाइल का आकार 186 KB
स्थापना संख्या 655
वर्तमान संस्करण 3.0.0.1
अंतिम अपडेट 2023-07-04
प्रकाशन तिथि 2020-02-11
रेटिंग 3.71/5 कुल 7 रेटिंग्स
डेवलपर https://getcreativesoftware.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getcreativesoftware.dev/button-clicker-for-twitter/
सहायता पृष्ठ URL https://www.getcreativesoftware.dev/button-clicker-for-twitter/
गोपनीयता नीति पृष्ठ URL https://www.getcreativesoftware.dev/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automatic Button Clicker - A.B.C",
    "description": "Helps users to automatically click various buttons on various websites.",
    "short_name": "A.B.C",
    "manifest_version": 3,
    "version": "3.0.0.1",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "background": {
        "service_worker": "\/background\/background_sw.js"
    },
    "action": {
        "default_title": "Automatic Button Clicker - A.B.C",
        "default_popup": "\/popup\/popup.html"
    },
    "icons": {
        "16": "\/icon\/16.png",
        "24": "\/icon\/24.png",
        "32": "\/icon\/32.png",
        "48": "\/icon\/48.png",
        "64": "\/icon\/64.png",
        "128": "\/icon\/128.png",
        "256": "\/icon\/256.png",
        "512": "\/icon\/512.png"
    }
}