Instagram Comment Picker
Random Instagram Comments Picker for Giveaways and Contests.
Hvad er Instagram Comment Picker?
Instagram Comment Picker er en Chrome-udvidelse udviklet af https://comment-picker.com, og dens hovedfunktion er "Random Instagram Comments Picker for Giveaways and Contests.".
Udvidelsesskærmbilleder
Download Instagram Comment Picker-udvidelses-CRX-fil
Download Instagram Comment Picker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iooncalbeihfjphmpijadfcogbnfnlbj |
Officiel URL | https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj |
Beskrivelse | Random Instagram Comments Picker for Giveaways and Contests. |
Filstørrelse | 75.47 KB |
Antal Installationer | 787 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-07-08 |
Udgivelsesdato | 2021-07-08 |
Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
Udvikler | https://comment-picker.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://comment-picker.com/ |
Hjælpeside-URL | https://comment-picker.com/contact.php |
URL til Fortrolighedspolitik Side | https://comment-picker.com/privacy-policy.php |
Understøttede Sprog | 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" } } |