Post Likers Inviter
Click all the Invite buttons at the same time to invite all post likers
Τι είναι το Post Likers Inviter;
Το Post Likers Inviter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vidsaver.net, και η κύρια λειτουργία του είναι "Click all the Invite buttons at the same time to invite all post likers".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Post Likers Inviter
Λήψη αρχείων επέκτασης 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 |
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" ] } ] } |