Facebook Group/Page Posts Extractor/Analysis

Download Post content from Facebook Group and Facebook Page to local.

Facebook Group/Page Posts Extractor/Analysisคืออะไร?

Facebook Group/Page Posts Extractor/Analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shenging.com และคุณลักษณะหลักของมันคือ "Download Post content from Facebook Group and Facebook Page to local."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Facebook Group/Page Posts Extractor/Analysis

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

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

                        Download Facebook Group/Page post content to Excel/CSV with one click.
Columns that can be exported:
Title
Author
Content
Time
URL
Number of Comments
Interaction Count
Share Count

Installing the extension indicates that you agree to Voicein's privacy policy (https://shenging.com/policy/)

Any requirements/questions, feedback is welcome: [email protected] 

LEGAL
Facebook™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project developed by Voicein and has no relationship to Facebook or Facebook Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Facebook Group/Page Posts Extractor/Analysis Facebook Group/Page Posts Extractor/Analysis
ID bclaoecbblljmoaanbbhcdadmhcejhdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/facebook-grouppage-posts/bclaoecbblljmoaanbbhcdadmhcejhdm
คำอธิบาย Download Post content from Facebook Group and Facebook Page to local.
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2023-08-15
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา shenging.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.3",
    "author": "[email protected]",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "drawer.1a8c068c.js"
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/photo.php",
                "*:\/\/*.facebook.com\/photo\/*",
                "*:\/\/*.facebook.com\/*\/photos\/*",
                "*:\/\/*.facebook.com\/*\/videos\/*",
                "*:\/\/*.facebook.com\/*\/posts\/*"
            ],
            "css": [
                "drawer.d9f11565.css"
            ]
        }
    ],
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2bJVpiAtf4IFwWkvyDvZmw61ff6Yn6XnYCITtYGDl5YpC1G\/P\/Eql4uDUHYIJ\/Kdx9TNZTHT15ZlYgt1uv+GKzk+swMOxWrCRRAMTjAiSmiuQx8OnfsTZJgs+JDKJIJ5PZFonZddUnVoejdPaetanMbk00IMod0hSl+azdLiQgbdg57Djvg0ocpIJzJ4cPGs5qsw1oFD0AMb\/Oy3MoWO5\/oYkvcu7HkJ1wDK4+vBIU+MJ1Q3ZJGSf3hyYVa5JMfBOVk3xBMqriGxq21KfEpaDwMxlkuNmp3X3UObbyAwYvaZ+X\/oyHnttC1WZvtBiMdownvghG0dEOWg3HhhtW2xtwIDAQAB",
    "oauth2": {
        "client_id": "708525882935-6ouo4001kv1grj03j4638s96uih3o2rc.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/shenging.com\/*",
        "*:\/\/*.shenging.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "resources": [
                "drawer.50fffe57.jpg"
            ]
        }
    ]
}