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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
}