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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click all the Invite buttons at the same time to invite all post likers"।

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

screenshot
screenshot

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

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

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

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}