Comment Picker
Random Comments Picker for Giveaways and Contests.
Comment Pickerとは何ですか?
Comment PickerはJahaSoftによって開発されたChromeの拡張機能で、その主な機能は「Random Comments Picker for Giveaways and Contests.」です。
拡張機能のスクリーンショット
Comment Picker拡張機能のCRXファイルをダウンロード
Comment Picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Comment-Picker Allows You to Pick Comment Winners for Giveaways and Contests that You Can Run on from Your Social Media Account.
拡張機能の基本情報
名前 | Comment Picker |
ID | bdjfjaodadioagkajmblldeiaclcpfmc |
公式URL | https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc |
説明 | Random Comments Picker for Giveaways and Contests. |
ファイルサイズ | 155 KB |
インストール数 | 4,404 |
現在のバージョン | 1.0 |
最終更新日 | 2022-02-17 |
公開日 | 2022-02-16 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | JahaSoft |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://comment-picker.com/ |
ヘルプページのURL | https://comment-picker.com/contact.php |
プライバシーポリシーページのURL | https://comment-picker.com/privacy-policy.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Picker", "description": "Random Comments Picker for Giveaways and Contests.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js", "presistent": false }, "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/comment-picker.com\/*", "https:\/\/www.comment-picker.com\/*" ] }, "host_permissions": [ "https:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/comment-picker.com\/*", "https:\/\/www.comment-picker.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |