Luckydog Winner Generator Tool
Parse FB comments/reactions/shares and import them into Luckydog Winner Generator
Luckydog Winner Generator Toolとは何ですか?
Luckydog Winner Generator Toolはhttps://www.luckydog.twによって開発されたChromeの拡張機能で、その主な機能は「Parse FB comments/reactions/shares and import them into Luckydog Winner Generator」です。
拡張機能のスクリーンショット
Luckydog Winner Generator Tool拡張機能のCRXファイルをダウンロード
Luckydog Winner Generator Tool拡張子のファイルを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 |
ID | fjjmlofpfnccdaiplopjkgeifgbhiccl |
公式URL | https://chromewebstore.google.com/detail/luckydog-winner-generator/fjjmlofpfnccdaiplopjkgeifgbhiccl |
説明 | Parse FB comments/reactions/shares and import them into Luckydog Winner Generator |
ファイルサイズ | 62.9 KB |
インストール数 | 2,224 |
現在のバージョン | 1.3.6 |
最終更新日 | 2020-04-12 |
公開日 | 2020-04-08 |
開発者 | 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", "description": "Parse FB comments\/reactions\/shares and import them into Luckydog Winner Generator", "version": "1.3.6", "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" ] } |