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文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}