Instagram Picker
Random Instagram comments picker
什麼是Instagram Picker?
Instagram Picker是由http://freeigpicker.com開發的Chrome擴展程式,該擴展的主要功能是“Random Instagram comments picker”。
擴展截圖
下載Instagram Picker擴展crx文件
下載Instagram Picker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Instagram is free tool to pic random comments from your Instagram posts. This tool is helper plugin for the website https://freeigpicker.com.
擴展基本資訊
名稱 | |
ID | pfcekcngocikljgedgknnjcoahdbgekd |
官方網址 | https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd |
簡介 | Random Instagram comments picker |
檔案大小 | 60.77 KB |
安裝次數 | 7,000 |
目前版本 | 1.2 |
更新時間 | 2021-08-25 |
上架時間 | 2021-07-05 |
評分 | 3.88/5 共 8 次評分 |
開發者 | http://freeigpicker.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://freeigpicker.com |
說明頁面URL | https://freeigpicker.com |
隱私政策頁面URL | https://freeigpicker.com/privacy-policy.php |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Picker", "description": "Random Instagram comments picker", "version": "1.2", "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:\/\/freeigpicker.com\/*", "https:\/\/wwww.freeigpicker.com\/*" ] }, "permissions": [ "https:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/freeigpicker.com\/*", "https:\/\/wwww.freeigpicker.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |