Instagram Comment Picker
Random Instagram Comments Picker for Giveaways and Contests.
Cos'è Instagram Comment Picker?
Instagram Comment Picker è un'estensione di Chrome sviluppata da https://comment-picker.com, e la sua funzione principale è "Random Instagram Comments Picker for Giveaways and Contests.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instagram Comment Picker
Scarica i file di estensione Instagram Comment 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
Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.
Informazioni di Base sull'Estensione
Nome | |
ID | iooncalbeihfjphmpijadfcogbnfnlbj |
URL Ufficiale | https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj |
Descrizione | Random Instagram Comments Picker for Giveaways and Contests. |
Dimensione del File | 75.47 KB |
Conteggio Installazioni | 787 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-07-08 |
Data di Pubblicazione | 2021-07-08 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | https://comment-picker.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://comment-picker.com/ |
URL della Pagina di Aiuto | https://comment-picker.com/contact.php |
URL della Pagina della Politica sulla Privacy | https://comment-picker.com/privacy-policy.php |
Lingue Supportate | 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" } } |