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.
Wat is Sonlet Facebook Photo Deleter?
Sonlet Facebook Photo Deleter is een Chrome-extensie ontwikkeld door https://sonlet.com, en de belangrijkste functie is "Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sonlet Facebook Photo Deleter
Download Sonlet Facebook Photo Deleter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows Sonlet.com and Popitup.com to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro
Basisinformatie over de Extensie
Naam | Sonlet Facebook Photo Deleter |
ID | bnoegcefhclpnhnhlncbfopmipiapank |
Officiële URL | https://chromewebstore.google.com/detail/sonlet-facebook-photo-del/bnoegcefhclpnhnhlncbfopmipiapank |
Beschrijving | Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro. |
Bestandsgrootte | 50.52 KB |
Aantal Installaties | 2,281 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-12-20 |
Publicatiedatum | 2020-03-16 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://sonlet.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sonlet.com |
Help Pagina-URL | https://support.sonlet.com/support/solutions/articles/16000077856-removing-items-from-facebook-video- |
Ondersteunde Talen | 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" } } |