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.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 Sonlet Facebook Photo Deleter Sonlet Facebook Photo Deleter
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
Eメール [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"
    }
}