Instagram Comment Picker
Random Instagram Comments Picker for Giveaways and Contests.
Co je Instagram Comment Picker?
Instagram Comment Picker je rozšíření Chrome vyvinuté https://comment-picker.com, a jeho hlavní funkcí je „Random Instagram Comments Picker for Giveaways and Contests.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Instagram Comment Picker
Stáhněte si soubory rozšíření Instagram Comment Picker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.
Základní Informace o Rozšíření
Název | |
ID | iooncalbeihfjphmpijadfcogbnfnlbj |
Oficiální URL | https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj |
Popis | Random Instagram Comments Picker for Giveaways and Contests. |
Velikost souboru | 75.47 KB |
Počet instalací | 787 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-07-08 |
Datum Vydání | 2021-07-08 |
Hodnocení | 3.40/5 Celkem 5 Hodnocení |
Vývojář | https://comment-picker.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://comment-picker.com/ |
URL Stránky Nápovědy | https://comment-picker.com/contact.php |
URL Stránky Zásad Ochrany Soukromí | https://comment-picker.com/privacy-policy.php |
Podporované Jazyky | 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" } } |