Screenshots for Facebook

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

Screenshots for Facebook क्या है?

Screenshots for Facebook Didrik Nordström द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take screenshots of Facebook comment threads, with automatic stitching, anonymization and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Screenshots for Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}