Instagram Comment Picker
Random Instagram Comments Picker for Giveaways and Contests.
Instagram Comment Pickerとは何ですか?
Instagram Comment Pickerはhttps://comment-picker.comによって開発されたChromeの拡張機能で、その主な機能は「Random Instagram Comments Picker for Giveaways and Contests.」です。
拡張機能のスクリーンショット
Instagram Comment Picker拡張機能のCRXファイルをダウンロード
Instagram Comment Picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.
拡張機能の基本情報
名前 | |
ID | iooncalbeihfjphmpijadfcogbnfnlbj |
公式URL | https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj |
説明 | Random Instagram Comments Picker for Giveaways and Contests. |
ファイルサイズ | 75.47 KB |
インストール数 | 787 |
現在のバージョン | 1.0 |
最終更新日 | 2021-07-08 |
公開日 | 2021-07-08 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | https://comment-picker.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://comment-picker.com/ |
ヘルプページのURL | https://comment-picker.com/contact.php |
プライバシーポリシーページのURL | https://comment-picker.com/privacy-policy.php |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Comment Picker", "description": "Random Instagram Comments Picker for Giveaways and Contests.", "version": "1.0", "manifest_version": 2, "background": { "service_worker": "background.js", "presistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/comment-picker.com\/*", "https:\/\/www.comment-picker.com\/*" ] }, "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" } } |