GroupRipper

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

GroupRipper là gì?

GroupRipper là một tiện ích mở rộng Chrome được phát triển bởi https://groupripper.com, và tính năng chính của nó là "Scan and rank posts of any group you are part of.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GroupRipper

Tải xuống các tệp mở rộng GroupRipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GroupRipper GroupRipper
ID pilmdipfjebpeicoomgdacmcigajgblg
URL Chính Thức https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg
Mô tả Scan and rank posts of any group you are part of.
Kích Thước Tệp 180 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2021-07-15
Ngày Phát Hành 2021-06-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://groupripper.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://groupripper.com/
URL Trang Trợ Giúp https://www.facebook.com/naveen.dhana.lak/
Ngôn Ngữ Được Hỗ Trợ 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"
}