GroupRipper

Scan and rank posts of any group you are part of.

GroupRipperคืออะไร?

GroupRipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://groupripper.com และคุณลักษณะหลักของมันคือ "Scan and rank posts of any group you are part of."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GroupRipper

ดาวน์โหลดไฟล์ส่วนขยาย GroupRipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
}