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"입니다.
확장 프로그램 스크린샷
Post Likers Inviter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |