Instagram Picker
Random Instagram comments picker
Qu'est-ce que Instagram Picker ?
Instagram Picker est une extension Chrome développée par http://freeigpicker.com, et sa fonction principale est "Random Instagram comments picker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instagram Picker
Téléchargez les fichiers d'extension Instagram Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Instagram is free tool to pic random comments from your Instagram posts. This tool is helper plugin for the website https://freeigpicker.com.
Informations de Base sur l'Extension
Nom | |
ID | pfcekcngocikljgedgknnjcoahdbgekd |
URL Officiel | https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd |
Description | Random Instagram comments picker |
Taille du Fichier | 60.77 KB |
Nombre d'Installations | 7,000 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2021-08-25 |
Date de Publication | 2021-07-05 |
Évaluation | 3.88/5 Total 8 Évaluations |
Développeur | http://freeigpicker.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://freeigpicker.com |
URL de la Page d'Aide | https://freeigpicker.com |
URL de la Page de Politique de Confidentialité | https://freeigpicker.com/privacy-policy.php |
Langues Prises en Charge | 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" } } |