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.
什么是Sonlet Facebook Photo Deleter?
Sonlet Facebook Photo Deleter是由https://sonlet.com开发的Chrome扩展程序,该扩展的主要功能是“Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro.”。
扩展截图
下载Sonlet Facebook Photo Deleter扩展crx文件
下载Sonlet Facebook Photo Deleter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows Sonlet.com and Popitup.com to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro 扩展基本信息
| 名称 | |
| ID | bnoegcefhclpnhnhlncbfopmipiapank |
| 官方URL | https://chromewebstore.google.com/detail/sonlet-facebook-photo-del/bnoegcefhclpnhnhlncbfopmipiapank |
| 简介 | Allows Sonlet and Popitup to delete Facebook photos. Take a look at the intro video, here: http://bit.ly/sonlet-deleter-intro. |
| 文件大小 | 50.52 KB |
| 安装次数 | 2,281 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2023-12-20 |
| 上架时间 | 2020-03-16 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | https://sonlet.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sonlet.com |
| 帮助页面URL | https://support.sonlet.com/support/solutions/articles/16000077856-removing-items-from-facebook-video- |
| 支持的语言 | 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"
}
} | |