Fast Follows

Boost your social media engagement with automation.

Fast Followsคืออะไร?

Fast Follows เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rutkat และคุณลักษณะหลักของมันคือ "Boost your social media engagement with automation."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fast Follows

ดาวน์โหลดไฟล์ส่วนขยาย Fast Follows ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automate follows on social media platforms.

Platforms currently support which may change any time in this extension are:
twitter.com
soundcloud.com
medium.com
quora.com
pinterest.com
linkedin.com
  
3 EASY STEPS

1. Login to the platform supported by this extension.
2. Navigate to user's account then the subpage of the user's followers.
3. Click the query page button to follow the users visible on the page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fast Follows Fast Follows
ID cafemfapekdlffilmheplelhnjljfkoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-follows/cafemfapekdlffilmheplelhnjljfkoe
คำอธิบาย Boost your social media engagement with automation.
ขนาดไฟล์ 18.24 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-08-29
วันที่เผยแพร่ 2019-08-28
ผู้พัฒนา Rutkat
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://runastartup.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Follows",
    "description": "Boost your social media engagement with automation.",
    "version": "1.0.0",
    "icons": {
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "constants\/contextStrings.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.soundcloud.com\/*",
                "*:\/\/*.medium.com\/*",
                "*:\/\/*.quora.com\/*",
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "constants\/domainList.js",
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Automate Follows",
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    }
}