Screenshots for Facebook

Take screenshots of Facebook comment threads, with automatic stitching, anonymization and more.

Τι είναι το Screenshots for Facebook;

Το Screenshots for Facebook είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Didrik Nordström, και η κύρια λειτουργία του είναι "Take screenshots of Facebook comment threads, with automatic stitching, anonymization and more.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screenshots for Facebook

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

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

                        Take screenshots of Facebook comment threads, with automatic vertical stitching and hiding of unnecessary text fields. Preserve user privacy using the anonymization feature, which applies a color pattern to each person in a conversation.

Simply save to a PNG file on disk, upload wherever you like. No watermarks. No tracking. And definitely no ads.

Enjoy.

(Extension is not affiliated with Facebook in any way.)

RELEASE NOTES
v1.3 (2019-10-04)
- Updated CSS selectors. This should fix a *lot* of issues.
v1.2 (2018-11-11)
- Fixed issue where screen shots were incorrectly cropped while under high CPU load.                    

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

Όνομα Screenshots for Facebook Screenshots for Facebook
ID onahgdjaaijinoflbmnbpfpolmfmeklg
Επίσημο URL https://chromewebstore.google.com/detail/screenshots-for-facebook/onahgdjaaijinoflbmnbpfpolmfmeklg
Περιγραφή Take screenshots of Facebook comment threads, with automatic stitching, anonymization and more.
Μέγεθος Αρχείου 77.52 KB
Αριθμός Εγκαταστάσεων 337
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2019-10-04
Ημερομηνία Δημοσίευσης 2019-10-04
Αξιολόγηση 3.75/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Didrik Nordström
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screenshots for Facebook",
    "short_name": "FB Screenshooter",
    "author": "Didrik Nordstr\u00f6m",
    "description": "Take screenshots of Facebook comment threads, with automatic stitching, anonymization and more.",
    "version": "1.3",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "style.css",
                "bootstrap-ns.min.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "bootstrap.min.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ]
}