Post Likers Inviter

Click all the Invite buttons at the same time to invite all post likers

什麼是Post Likers Inviter?

Post Likers Inviter是由https://vidsaver.net開發的Chrome擴展程式,該擴展的主要功能是“Click all the Invite buttons at the same time to invite all post likers”。

擴展截圖

screenshot
screenshot

下載Post Likers Inviter擴展crx文件

下載Post Likers Inviter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Get a Lot more likes for your fanpage!
With this tool you can invite all people who has liked any of your posts to also like your page.
This is really useful if you boost your posts and you get lots of likes for a post but not for the page. You can invite everyone who has liked the post to like your page.
 
Free Version can only invite 50 per try and you cannot set time delay between invites. Check out the PRO version: https://goo.gl/mW2p16

Now Has Auto Scroll and is Fully Autopilot

--------------------
Tutorial 
--------------------
1 - Go to a post with likes
2 - Click the part under the like symbol which is similar to this : "xxx,yyy and zzz hand 500 others"
3 - Scroll down the list and click "See More" to load a more friends to invite.
4 - Click "Invite all" from this extension to click all the invite  buttons.

NOTE: Facebook does not allow more than a few hundread invites per day                    

擴展基本資訊

名稱 Post Likers Inviter Post Likers Inviter
ID fejhallhnhclcidkbgclianhgfoendle
官方網址 https://chromewebstore.google.com/detail/post-likers-inviter/fejhallhnhclcidkbgclianhgfoendle
簡介 Click all the Invite buttons at the same time to invite all post likers
檔案大小 81.58 KB
安裝次數 2,443
目前版本 3.01
更新時間 2017-12-15
上架時間 2017-12-15
評分 3.22/5 共 49 次評分
開發者 https://vidsaver.net
付費類型 free
擴展官網 http://vidsaver.net/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Post Likers Inviter",
    "short_name": "Fans Inviter",
    "version": "3.01",
    "manifest_version": 2,
    "description": "Click all the Invite buttons at the same time to invite all post likers",
    "homepage_url": "http:\/\/geongeorge.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "src\/inject\/inject.js",
            "src\/jquery\/jquery-3.2.1.min.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Boosted post inviter",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "src\/jquery\/jquery-3.2.1.min.js"
            ]
        }
    ]
}