Luckydog Winner Generator Tool 2020

Parse FB comments/reactions/shares and import them into Luckydog Winner Generator

Luckydog Winner Generator Tool 2020とは何ですか?

Luckydog Winner Generator Tool 2020はhttps://www.luckydog.twによって開発されたChromeの拡張機能で、その主な機能は「Parse FB comments/reactions/shares and import them into Luckydog Winner Generator」です。

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

screenshot
screenshot

Luckydog Winner Generator Tool 2020拡張機能のCRXファイルをダウンロード

Luckydog Winner Generator Tool 2020拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you need to combine "comment", "reaction" and "share" as qualifier for drawing, or you need to use luckydog's winner form, you need to use luckydog chrome extension to fetch and parse "comment", "reaction" and "share" and then import to the luckydog chrome extension winner generator.                    

拡張機能の基本情報

名前 Luckydog Winner Generator Tool 2020 Luckydog Winner Generator Tool 2020
ID fhhappeemmamffhkmaebfhnimglfjkao
公式URL https://chromewebstore.google.com/detail/luckydog-winner-generator/fhhappeemmamffhkmaebfhnimglfjkao
説明 Parse FB comments/reactions/shares and import them into Luckydog Winner Generator
ファイルサイズ 65.36 KB
インストール数 5,166
現在のバージョン 4.3.0
最終更新日 2022-06-06
公開日 2020-07-31
開発者 https://www.luckydog.tw
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.luckydog.tw/winnervip/chrome-extension
プライバシーポリシーページのURL https://www.luckydog.tw/jsp/help/privacy.jsp
対応言語 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Luckydog Winner Generator Tool 2020",
    "description": "Parse FB comments\/reactions\/shares and import them into Luckydog Winner Generator",
    "version": "4.3.0",
    "default_locale": "en",
    "page_action": {
        "default_popup": "popup.html",
        "default_title": "Luckydog Extension"
    },
    "icons": {
        "16": "logo-small.png",
        "128": "logo-large.png"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content_facebook.js"
            ]
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.luckydog.tw\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "bootstrap-4.0.0.min.js",
                "content_luckydog.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-3.2.1.min.js"
    ],
    "permissions": [
        "tabs",
        "declarativeContent"
    ]
}