GroupGhost

GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!

ما هو GroupGhost؟

GroupGhost هو إضافة Chrome تم تطويرها بواسطة http://groupghost.com، والميزة الرئيسية لها هي "GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GroupGhost

قم بتنزيل ملفات الامتداد GroupGhost بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!                    

معلومات أساسية عن التمديد

الاسم GroupGhost GroupGhost
ID bgngkhoojjlpgjedladloaojiojejmoi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/groupghost/bgngkhoojjlpgjedladloaojiojejmoi
الوصف GroupGhost allows users of GroupGhost.com to easy extract answers from facebook group questions into a google sheet!
حجم الملف 11.32 KB
عدد التثبيتات 15
النسخة الحالية 2.097
آخر تحديث 2018-04-09
تاريخ النشر 2018-04-09
تقييم 4.00/5 مجموع تقييمات 2
المطور http://groupghost.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GroupGhost",
    "version": "2.097",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "GroupGhost"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*"
    ]
}