Twitter Automate

Automate following and unfollowing Twitter users

Twitter Automate क्या है?

Twitter Automate colls.lauren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate following and unfollowing Twitter users"।

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

screenshot

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

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

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

                        App to automate following and unfollowing Twitter users

FEATURES
- Can create follow and unfollow rules (e.g follow unverified users only, or only unfollower users who don't follow me)
- Rules created can be different across tabs
- Displays stats for the session, ie how many users have been followed and unfollowed

USAGE

1. Log into twitter.com
2. Go to a page with profiles (followers, following, search, list members, likes/retweets)
3. Configure follow/unfollow conditions, or leave blank
3. Click "Start following" or "Start unfollowing" button
4. Click "Stop" button to stop following or unfollowing


Dm feature requests or bugs to @Lau____Ren                    

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

नाम Twitter Automate Twitter Automate
ID koehmloeokoemgnokfclhekllackhmmd
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-automate/koehmloeokoemgnokfclhekllackhmmd
विवरण Automate following and unfollowing Twitter users
फ़ाइल का आकार 65.52 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.3
अंतिम अपडेट 2019-08-27
प्रकाशन तिथि 2019-08-27
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर colls.lauren
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/lau____ren
सहायता पृष्ठ URL https://twitter.com/lau____ren
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Automate",
    "version": "1.3",
    "description": "Automate following and unfollowing Twitter users",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/twittermate_16.png",
            "32": "images\/twittermate_32.png",
            "48": "images\/twittermate_48.png",
            "128": "images\/twittermate_128.png"
        }
    },
    "icons": {
        "16": "images\/twittermate_16.png",
        "32": "images\/twittermate_32.png",
        "48": "images\/twittermate_48.png",
        "128": "images\/twittermate_128.png"
    },
    "manifest_version": 2
}