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.

Co to jest Sonlet Facebook Photo Deleter?

Sonlet Facebook Photo Deleter to rozszerzenie Chrome opracowane przez https://sonlet.com, a jego główną funkcją jest „Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sonlet Facebook Photo Deleter

Pobierz pliki rozszerzeń Sonlet Facebook Photo Deleter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Sonlet Facebook Photo Deleter Sonlet Facebook Photo Deleter
ID bnoegcefhclpnhnhlncbfopmipiapank
Oficjalny URL https://chromewebstore.google.com/detail/sonlet-facebook-photo-del/bnoegcefhclpnhnhlncbfopmipiapank
Opis Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.
Rozmiar pliku 50.52 KB
Liczba instalacji 2,281
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-12-20
Data Publikacji 2020-03-16
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper https://sonlet.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sonlet.com
Adres URL Strony Pomocy https://support.sonlet.com/support/solutions/articles/16000077856-removing-items-from-facebook-video-
Obsługiwane Języki 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"
    }
}