Free IG Picker
Free IG Picker for Giveaways and Contests.
What is Free IG Picker?
Free IG Picker is a Chrome extension developed by https://freeigpicker.com, and its main feature is "Free IG Picker for Giveaways and Contests.".
Extension Screenshots
Download Free IG Picker Extension CRX File
Download Free IG Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
IG 抽獎工具,能夠協助你隨機抽取 IG 貼文留言(公開貼文限定),需搭配我們的網站使用: https://freeigpicker.com.
Extension Basic Information
Name | Free IG Picker |
ID | ddchkjcjnopklkfilhefmnichckokmni |
Official URL | https://chromewebstore.google.com/detail/free-ig-picker/ddchkjcjnopklkfilhefmnichckokmni |
Description | Free IG Picker for Giveaways and Contests. |
File Size | 155 KB |
Installation Count | 9,200 |
Current Version | 1.0 |
Last Updated | 2022-06-16 |
Publish Date | 2022-06-16 |
Rating | 3.38/5 Total 8 Ratings |
Developer | https://freeigpicker.com |
[email protected] | |
Payment Type | free |
Extension Website | https://freeigpicker.com/ |
Help Page URL | https://freeigpicker.com/contact.php |
Privacy Policy Page URL | https://freeigpicker.com/privacy-policy.php |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free IG Picker", "description": "Free IG 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:\/\/freeigpicker.com\/*", "https:\/\/freeigpicker.com\/*" ] }, "host_permissions": [ "https:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/freeigpicker.com\/*", "https:\/\/freeigpicker.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |