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.

What is Sonlet Facebook Photo Deleter?

Sonlet Facebook Photo Deleter is a Chrome extension developed by https://sonlet.com, and its main feature is "Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.".

Extension Screenshots

screenshot

Download Sonlet Facebook Photo Deleter Extension CRX File

Download Sonlet Facebook Photo Deleter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Sonlet Facebook Photo Deleter Sonlet Facebook Photo Deleter
ID bnoegcefhclpnhnhlncbfopmipiapank
Official URL https://chromewebstore.google.com/detail/sonlet-facebook-photo-del/bnoegcefhclpnhnhlncbfopmipiapank
Description Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.
File Size 50.52 KB
Installation Count 2,281
Current Version 1.2.0
Last Updated 2023-12-20
Publish Date 2020-03-16
Rating 4.00/5 Total 4 Ratings
Developer https://sonlet.com
Email [email protected]
Payment Type free
Extension Website https://sonlet.com
Help Page URL https://support.sonlet.com/support/solutions/articles/16000077856-removing-items-from-facebook-video-
Supported Languages 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"
    }
}