Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

Vad är Instagram Comment Picker?

Instagram Comment Picker är en Chrome-tillägg utvecklad av https://comment-picker.com, och dess huvudfunktion är "Random Instagram Comments Picker for Giveaways and Contests.".

Tilläggsskärmbilder

screenshot

Ladda ner Instagram Comment Picker-förlängningens CRX-fil

Ladda ner Instagram Comment Picker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.                    

Grundläggande Information om Tillägg

Namn Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
Officiell webbadress https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
Beskrivning Random Instagram Comments Picker for Giveaways and Contests.
Filstorlek 75.47 KB
Antal Installationer 787
Aktuell Version 1.0
Senast Uppdaterad 2021-07-08
Publiceringsdatum 2021-07-08
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare https://comment-picker.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://comment-picker.com/
Hjälpsida URL https://comment-picker.com/contact.php
URL till Sekretesspolicy Sidan https://comment-picker.com/privacy-policy.php
Stödda Språk 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"
    }
}