Delete all posts on fan / business page

Do you have a lot of posts on fan/business Facebook page and you need to delete them all? This script delete all posts in 1 click

Delete all posts on fan / business page là gì?

Delete all posts on fan / business page là một tiện ích mở rộng Chrome được phát triển bởi http://toolsandextensions.com, và tính năng chính của nó là "Do you have a lot of posts on fan/business Facebook page and you need to delete them all? This script delete all posts in 1 click".

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

Tải xuống tệp CRX của tiện ích mở rộng Delete all posts on fan / business page

Tải xuống các tệp mở rộng Delete all posts on fan / business page 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

                        See video example. It's very simple app. Install and click to delete all posts on Facebook page (fan or business, NOT personal profile).

ATTENTION: Facebook is migrating to the new design, so sometimes they change some buttons, we work all days to fix it. If it doesn't work, just send an email to us! :)
NEW (May 2022): delete posts in Business Suite now, you can filter more pages or choose only specific period!

IMPORTANT: sometimes, Facebook restores removed posts to protect the page, write to facebook to fix that, do not review us, we are trying to make best tools we can...

If you need to remove all posts from the GROUP - this script cannot help you. Use a special tool for groups: https://chrome.google.com/webstore/detail/ccbpdikhmdfjbipnfocekbknmcdhfena which has a lot of nice features for groups.

NO ADS ||| NO MALWARE ||| NO LIMITS

For any problem - contact me by email: [email protected] sometimes fb changes the design so I have to update the script. Do not leave bad reviews, contact me first!:)

P.S. If you delete too many posts in a row or you never deleted them before and start now, facebook may disable delete function for some hours (MAX 24h), don't worry, just try again later, Facebook is just trying to protect posts on your account against accidental deletion.                    

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

Tên Delete all posts on fan / business page Delete all posts on fan / business page
ID ililgnjmhocldfplinnocngcmlihllgo
URL Chính Thức https://chrome.google.com/webstore/detail/delete-all-posts-on-fan-b/ililgnjmhocldfplinnocngcmlihllgo
Mô tả Do you have a lot of posts on fan/business Facebook page and you need to delete them all? This script delete all posts in 1 click
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 3,023
Phiên Bản Hiện Tại 2022.11.30
Cập Nhật Lần Cuối 2022-11-30
Ngày Phát Hành 2020-11-29
Đánh Giá 4.39/5 Tổng số 54 Đánh Giá
Nhà Phát Triển http://toolsandextensions.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.toolsandextensions.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,es,it,pl,sk,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "version": "2022.11.30",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "__MSG_extdesc__",
    "homepage_url": "https:\/\/www.toolsandextensions.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "name": "Click to start"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ]
}