Instagram Picker
Random Instagram comments picker
Co to jest Instagram Picker?
Instagram Picker to rozszerzenie Chrome opracowane przez http://freeigpicker.com, a jego główną funkcją jest „Random Instagram comments picker”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Instagram Picker
Pobierz pliki rozszerzeń Instagram Picker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Instagram is free tool to pic random comments from your Instagram posts. This tool is helper plugin for the website https://freeigpicker.com.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pfcekcngocikljgedgknnjcoahdbgekd |
Oficjalny URL | https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd |
Opis | Random Instagram comments picker |
Rozmiar pliku | 60.77 KB |
Liczba instalacji | 7,000 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-08-25 |
Data Publikacji | 2021-07-05 |
Ocena | 3.88/5 Łącznie 8 Oceny |
Deweloper | http://freeigpicker.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://freeigpicker.com |
Adres URL Strony Pomocy | https://freeigpicker.com |
Adres URL Strony Polityki Prywatności | https://freeigpicker.com/privacy-policy.php |
Obsługiwane Języki | 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" } } |