Screenshots for Facebook

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

Screenshots for Facebook란 무엇입니까?

Screenshots for Facebook은(는) Didrik Nordström에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take screenshots of Facebook comment threads, with automatic stitching, anonymization and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Screenshots for Facebook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}