GroupRipper
Scan and rank posts of any group you are part of.
Apa itu GroupRipper?
GroupRipper adalah ekstensi Chrome yang dikembangkan oleh https://groupripper.com, dan fitur utamanya adalah "Scan and rank posts of any group you are part of.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GroupRipper
Unduh file ekstensi GroupRipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GroupRipper |
ID | pilmdipfjebpeicoomgdacmcigajgblg |
URL Resmi | https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg |
Deskripsi | Scan and rank posts of any group you are part of. |
Ukuran File | 180 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 1.12 |
Terakhir Diperbarui | 2021-07-15 |
Tanggal Publikasi | 2021-06-16 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://groupripper.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://groupripper.com/ |
URL Halaman Bantuan | https://www.facebook.com/naveen.dhana.lak/ |
Bahasa yang Didukung | 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" } |