ESUIT | Posts Exporter for Facebook™

Export posts for facebook, This extension allows you to bulk-export all posts from ANY one timeline, pages and groups.

Co to jest ESUIT | Posts Exporter for Facebook™?

ESUIT | Posts Exporter for Facebook™ to rozszerzenie Chrome opracowane przez https://esuit.dev, a jego główną funkcją jest „Export posts for facebook, This extension allows you to bulk-export all posts from ANY one timeline, pages and groups.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ESUIT | Posts Exporter for Facebook™

Pobierz pliki rozszerzeń ESUIT | Posts Exporter for Facebook™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Support exporting or downloading posts, attachments, comments, and screenshots for:
- Any group's posts
- Any user's posts in a group
- Any page's posts
- Any user's profile posts
- Your saved posts

Effortlessly export Facebook posts with this dynamic extension. Unlock the power to effortlessly bulk-export posts from any timeline, page, or group. This versatile tool supports multiple export formats such as JSON, HTML, and CSV, and even allows you to export directly to Google Sheets.

This extension allows you to bulk-export all posts from ANYone timeline, any page and any group and your saved posts.

Unlike the tools provided by facebook, this extension allows you to export other people's data.

You can import the exported posts to other platforms, such as wordpress or blog, or you can use these posts for data analysis. 

JSON type files can be processed by any programming langs. If you are a developer, this is very useful for you.

supports fields:
type StoryItem = {
  post_id: string;
  content: string;
  attached_story: { wwwURL: string }
  attachments: any[];
  url: string;
  feedbackId: string;
  reactionsCount: number;
  shareCount: number;
  commentCount: number;
  author: {
    id: string;
    name: string;
    avatar: string;
    profile: string;
  };
  createdAt: number;
  comments: CommentItemType[];
};

Additional Features:
In the Popup, we provide the following additional features:

Find more extensions: This is a promotional link if you want to discover more browser extensions developed by ESUIT.
Buy me a coffee: If you'd like to support our future updates and maintenance, you can use this feature to buy us a cup of coffee.
Report a bug: If you encounter any issues, you can get in touch with us through this link, and we will assist you in fixing it.
Rate Chrome Store options: If you enjoy using this extension, you can click here to rate it.
Instagram subscription plans: CWS forced me to write a description for this feature, even though the extension does not provide it.

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

this extension is not officially developed by Facebook™, The author is @William Chen

Got feedback or experiencing any issues? Let us know on Facebook! Your input is important to us and we're here to help.
https://www.facebook.com/esuitdev

v2.9.0 changelogs
fix: downloading queue stop after any network error occurs
fix: nesting comments relation not working
fix: posts skipping if they published at the same time
optimize: optimized the formatting of HTML files generated by "GenHTML" and added the image zoom functionality.
optimize: the “resume download” feature now provides more cursor records.
new feature: support download posts from search results in any groups
new feature: support translation for posts and comments
new feature: support download HD photos from comments
new feature: now you can log in to your account within the download modal.                    

Podstawowe informacje o rozszerzeniu

Nazwa ESUIT | Posts Exporter for Facebook™ ESUIT | Posts Exporter for Facebook™
ID lefjomichhananfjdmmnghjpcjeggdag
Oficjalny URL https://chromewebstore.google.com/detail/esuit-posts-exporter-for/lefjomichhananfjdmmnghjpcjeggdag
Opis Export posts for facebook, This extension allows you to bulk-export all posts from ANY one timeline, pages and groups.
Rozmiar pliku 903 KB
Liczba instalacji 2,000
Aktualna Wersja 2.9.3
Ostatnia Aktualizacja 2024-02-20
Data Publikacji 2023-01-02
Ocena 4.82/5 Łącznie 22 Oceny
Deweloper https://esuit.dev
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://esuit.dev/
Adres URL Strony Pomocy https://esuit.dev/feedback
Adres URL Strony Polityki Prywatności https://esuit.dev/privacy-policy
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.9.3",
    "author": "William Chen",
    "minimum_chrome_version": "103",
    "incognito": "not_allowed",
    "version_name": "2.9.3",
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-a94326a7.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/*.esuit.dev\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "storage",
        "downloads",
        "downloads.ui",
        "declarativeNetRequest"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "optional_host_permissions": [
        ""
    ],
    "options_page": "src\/pages\/options\/index.html",
    "action": {
        "default_icon": "src\/assets\/logo\/favicon-128.png",
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "host_permissions": [
        "https:\/\/www.facebook.com\/*",
        "https:\/\/web.facebook.com\/*",
        "https:\/\/*.esuit.dev\/*"
    ],
    "icons": {
        "16": "src\/assets\/logo\/favicon-16.png",
        "19": "src\/assets\/logo\/favicon-19.png",
        "32": "src\/assets\/logo\/favicon-32.png",
        "38": "src\/assets\/logo\/favicon-38.png",
        "48": "src\/assets\/logo\/favicon-48.png",
        "128": "src\/assets\/logo\/favicon-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.esuit.dev\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.esuit.dev\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "assets\/const-e07f94fd.js",
                "assets\/index.ts-06d837ca.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.facebook.com\/*",
            "https:\/\/web.facebook.com\/*",
            "https:\/\/*.esuit.dev\/*"
        ]
    }
}