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.
Cos'è Sonlet Facebook Photo Deleter?
Sonlet Facebook Photo Deleter è un'estensione di Chrome sviluppata da https://sonlet.com, e la sua funzione principale è "Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sonlet Facebook Photo Deleter
Scarica i file di estensione Sonlet Facebook Photo Deleter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows Sonlet.com and Popitup.com to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro Informazioni di Base sull'Estensione
| Nome | |
| ID | bnoegcefhclpnhnhlncbfopmipiapank |
| URL Ufficiale | https://chromewebstore.google.com/detail/sonlet-facebook-photo-del/bnoegcefhclpnhnhlncbfopmipiapank |
| Descrizione | Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro. |
| Dimensione del File | 50.52 KB |
| Conteggio Installazioni | 2,281 |
| Versione Corrente | 1.2.0 |
| Ultimo Aggiornamento | 2023-12-20 |
| Data di Pubblicazione | 2020-03-16 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://sonlet.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sonlet.com |
| URL della Pagina di Aiuto | https://support.sonlet.com/support/solutions/articles/16000077856-removing-items-from-facebook-video- |
| Lingue Supportate | 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"
}
} | |