Twitter Automate

Automate following and unfollowing Twitter users

ما هو Twitter Automate؟

Twitter Automate هو إضافة Chrome تم تطويرها بواسطة colls.lauren، والميزة الرئيسية لها هي "Automate following and unfollowing Twitter users".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Twitter Automate

قم بتنزيل ملفات الامتداد Twitter Automate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
}