Instagram Picker
Random Instagram comments picker
Cos'è Instagram Picker?
Instagram Picker è un'estensione di Chrome sviluppata da http://freeigpicker.com, e la sua funzione principale è "Random Instagram comments picker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instagram Picker
Scarica i file di estensione Instagram Picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Instagram is free tool to pic random comments from your Instagram posts. This tool is helper plugin for the website https://freeigpicker.com.
Informazioni di Base sull'Estensione
Nome | |
ID | pfcekcngocikljgedgknnjcoahdbgekd |
URL Ufficiale | https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd |
Descrizione | Random Instagram comments picker |
Dimensione del File | 60.77 KB |
Conteggio Installazioni | 7,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-08-25 |
Data di Pubblicazione | 2021-07-05 |
Valutazione | 3.88/5 Totale 8 Valutazioni |
Sviluppatore | http://freeigpicker.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://freeigpicker.com |
URL della Pagina di Aiuto | https://freeigpicker.com |
URL della Pagina della Politica sulla Privacy | https://freeigpicker.com/privacy-policy.php |
Lingue Supportate | 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" } } |