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.
Was ist Sonlet Facebook Photo Deleter?
Sonlet Facebook Photo Deleter ist eine Chrome-Erweiterung, die von https://sonlet.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.".
Erweiterungsscreenshots
Sonlet Facebook Photo Deleter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sonlet Facebook Photo Deleter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Allows Sonlet.com and Popitup.com to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bnoegcefhclpnhnhlncbfopmipiapank |
| Offizielle URL | https://chromewebstore.google.com/detail/sonlet-facebook-photo-del/bnoegcefhclpnhnhlncbfopmipiapank |
| Beschreibung | Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro. |
| Dateigröße | 50.52 KB |
| Installationsanzahl | 2,281 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2023-12-20 |
| Veröffentlichungsdatum | 2020-03-16 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://sonlet.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://sonlet.com |
| Hilfeseite URL | https://support.sonlet.com/support/solutions/articles/16000077856-removing-items-from-facebook-video- |
| Unterstützte Sprachen | 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"
}
} | |