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란 무엇입니까?
Delete all posts on fan / business page은(는) http://toolsandextensions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | ililgnjmhocldfplinnocngcmlihllgo |
공식 URL | https://chrome.google.com/webstore/detail/delete-all-posts-on-fan-b/ililgnjmhocldfplinnocngcmlihllgo |
설명 | 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 |
파일 크기 | 109 KB |
설치 횟수 | 3,023 |
현재 버전 | 2022.11.30 |
최근 업데이트 | 2022-11-30 |
출시 날짜 | 2020-11-29 |
평점 | 4.39/5 총 54 개의 평점 |
개발자 | http://toolsandextensions.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.toolsandextensions.com/privacypolicy |
지원되는 언어 | 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\/*" ] } |