GroupRipper
Scan and rank posts of any group you are part of.
GroupRipper란 무엇입니까?
GroupRipper은(는) https://groupripper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scan and rank posts of any group you are part of."입니다.
확장 프로그램 스크린샷
GroupRipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Groupripper helps you in scanning and ranking posts based on the their engagement. You can find the best Engaged post and the top influencer of a particular group.
확장 프로그램 기본 정보
이름 | GroupRipper |
ID | pilmdipfjebpeicoomgdacmcigajgblg |
공식 URL | https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg |
설명 | Scan and rank posts of any group you are part of. |
파일 크기 | 180 KB |
설치 횟수 | 50 |
현재 버전 | 1.12 |
최근 업데이트 | 2021-07-15 |
출시 날짜 | 2021-06-16 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://groupripper.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://groupripper.com/ |
도움말 페이지 URL | https://www.facebook.com/naveen.dhana.lak/ |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "home.html", "default_title": "GroupRipper" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "jquery-3.1.0.min.js", "content.js" ], "matches": [ "https:\/\/*.facebook.com\/groups\/*" ] } ], "description": "Scan and rank posts of any group you are part of.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "GroupRipper", "options_page": "options.html", "permissions": [ "storage", "unlimitedStorage", "tabs", "https:\/\/*.facebook.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.12" } |