Sonlet Facebook Photo Deleter

Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.

什麼是Sonlet Facebook Photo Deleter?

Sonlet Facebook Photo Deleter是由https://sonlet.com開發的Chrome擴展程式,該擴展的主要功能是“Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.”。

擴展截圖

screenshot

下載Sonlet Facebook Photo Deleter擴展crx文件

下載Sonlet Facebook Photo Deleter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Allows Sonlet.com and Popitup.com to delete Facebook photos.  Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro                    

擴展基本資訊

名稱 Sonlet Facebook Photo Deleter Sonlet Facebook Photo Deleter
ID bnoegcefhclpnhnhlncbfopmipiapank
官方網址 https://chromewebstore.google.com/detail/sonlet-facebook-photo-del/bnoegcefhclpnhnhlncbfopmipiapank
簡介 Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.
檔案大小 50.52 KB
安裝次數 2,281
目前版本 1.2.0
更新時間 2023-12-20
上架時間 2020-03-16
評分 4.00/5 共 4 次評分
開發者 https://sonlet.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sonlet.com
說明頁面URL https://support.sonlet.com/support/solutions/articles/16000077856-removing-items-from-facebook-video-
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sonlet Facebook Photo Deleter",
    "description": "Allows Sonlet and Popitup to delete Facebook photos.  Take a look at the intro video, here: http:\/\/bit.ly\/sonlet-deleter-intro.",
    "version": "1.2.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shoptheroe.com\/*",
                "https:\/\/sonlet.com\/*",
                "https:\/\/beta.shoptheroe.com\/*",
                "https:\/\/beta.sonlet.com\/*",
                "https:\/\/beta.popitup.com\/*",
                "https:\/\/popitup.com\/*",
                "http:\/\/localhost.localdomain:8000\/*",
                "http:\/\/localhost:8000\/*"
            ],
            "js": [
                "jquery.min.js",
                "sonlet.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/photo.php*"
            ],
            "js": [
                "fb.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}