Delete My Posts on Facebook™

Delete Facebook posts in bulk. Remove old posts & clear comments, photos, videos etc. Mass delete your Facebook history in one click

Τι είναι το Delete My Posts on Facebook™;

Το Delete My Posts on Facebook™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://deletemyposts.com, και η κύρια λειτουργία του είναι "Delete Facebook posts in bulk. Remove old posts & clear comments, photos, videos etc. Mass delete your Facebook history in one click".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Delete My Posts on Facebook™

Λήψη αρχείων επέκτασης Delete My Posts on Facebook™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Delete My Posts makes it quick and simple to bulk delete your old Facebook™ posts and other activity from your timeline, profile and history.

How to delete old Facebook™ posts in bulk?

Deleting old posts can be done using the Activity Log on Facebook™. But it can be a very slow and tedious process to go through all your history and clean it up, as you have to manually select each post and confirm the deletion — a process that could take hours or days depending on how much you've used Facebook™ over the years.

Delete My Posts makes it easy. With one click, you can quickly mass delete all of your old Facebook™ posts, comments, photos, videos and activity from your timeline. 

It helps with the whole process, clicking the delete buttons for you. Simply leave it running and it will do the work for you.

You can choose to delete multiple Facebook™ posts all at once from any of the following categories:

✔ Posts
✔ Photos & videos
✔ Comments
✔ Likes and reactions
✔ Photos you're tagged in
✔ Posts and comments you're tagged in
✔ Your posts on others' timeline
✔ Others' posts on your timeline
✔ Pages, Page likes and interests
✔ Posts from other apps
✔ Group posts and comments
✔ Group reactions
✔ Your event responses
✔ Marketplace listings
✔ Marketplace ratings you've given
✔ Search history
✔ Videos you've watched

You can also choose to only remove posts from a specific year or month.

Supports all languages.


----------
Frequently Asked Questions:

Why are some posts not deleted?

- There are some issues on Facebook's end where certain types of posts cannot be deleted, whether manually or using the extension. When these are encountered, the extension just skips over them and moves on.

The extension doesn't seem to be working?

- Please email [email protected]


----------
We respect your privacy. This extension does not track or record any user information, and does not access, retrieve, transmit or store any Facebook™ login details or any other information or data from your Facebook™ account. 

This extension is not endorsed by, affiliated with, maintained, authorized, or sponsored by Facebook™. It does not use any Facebook™ APIs. 

Facebook™ is a registered trademark of Facebook, Inc. The use of the Facebook™ name is for identification, reference or descriptive purposes only and does not imply any association with Facebook™ or their product brand.


----------
Updates:

v1.57 - v1.78
- Bug fixes

v1.56
- Fixed loading / timeout issues

v1.52 - 1.55
- Bug fixes

v1.51
- Added translations

v1.2 - 1.5
- Bug fixes

v1.1
- Added more categories

v1.0
- First version                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Delete My Posts on Facebook™ Delete My Posts on Facebook™
ID dkmcogkicmeikokodpohkibiicngdhln
Επίσημο URL https://chromewebstore.google.com/detail/delete-my-posts-on-facebo/dkmcogkicmeikokodpohkibiicngdhln
Περιγραφή Delete Facebook posts in bulk. Remove old posts & clear comments, photos, videos etc. Mass delete your Facebook history in one click
Μέγεθος Αρχείου 304 KB
Αριθμός Εγκαταστάσεων 70,473
Τρέχουσα Έκδοση 1.78
Τελευταία Ενημέρωση 2022-10-12
Ημερομηνία Δημοσίευσης 2021-04-14
Αξιολόγηση 3.10/5 Συνολικά 253 Αξιολογήσεις
Προγραμματιστής https://deletemyposts.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.deletemyposts.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.deletemyposts.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.deletemyposts.com/privacy
Υποστηριζόμενες Γλώσσες 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",
    "version": "1.78",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "browser_action": {
        "default_title": "__MSG_app_short_name__",
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "96": "images\/icon_96.png",
            "128": "images\/icon_128.png",
            "256": "images\/icon_256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "*:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "ExtPay.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "ExtPay.js",
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'; connect-src https:\/\/www.deletemyposts.com https:\/\/extensionpay.com"
}