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.

Vad är Sonlet Facebook Photo Deleter?

Sonlet Facebook Photo Deleter är en Chrome-tillägg utvecklad av https://sonlet.com, och dess huvudfunktion är "Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.".

Tilläggsskärmbilder

screenshot

Ladda ner Sonlet Facebook Photo Deleter-förlängningens CRX-fil

Ladda ner Sonlet Facebook Photo Deleter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Sonlet Facebook Photo Deleter Sonlet Facebook Photo Deleter
ID bnoegcefhclpnhnhlncbfopmipiapank
Officiell webbadress https://chromewebstore.google.com/detail/sonlet-facebook-photo-del/bnoegcefhclpnhnhlncbfopmipiapank
Beskrivning Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.
Filstorlek 50.52 KB
Antal Installationer 2,281
Aktuell Version 1.2.0
Senast Uppdaterad 2023-12-20
Publiceringsdatum 2020-03-16
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare https://sonlet.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sonlet.com
Hjälpsida URL https://support.sonlet.com/support/solutions/articles/16000077856-removing-items-from-facebook-video-
Stödda Språk 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"
    }
}