Free IG Picker
Free IG Picker for Giveaways and Contests.
Vad är Free IG Picker?
Free IG Picker är en Chrome-tillägg utvecklad av https://freeigpicker.com, och dess huvudfunktion är "Free IG Picker for Giveaways and Contests.".
Tilläggsskärmbilder
Ladda ner Free IG Picker-förlängningens CRX-fil
Ladda ner Free IG 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
                        IG 抽獎工具,能夠協助你隨機抽取 IG 貼文留言(公開貼文限定),需搭配我們的網站使用:
https://freeigpicker.com.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ddchkjcjnopklkfilhefmnichckokmni | 
| Officiell webbadress | https://chromewebstore.google.com/detail/free-ig-picker/ddchkjcjnopklkfilhefmnichckokmni | 
| Beskrivning | Free IG Picker for Giveaways and Contests. | 
| Filstorlek | 155 KB | 
| Antal Installationer | 9,200 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2022-06-16 | 
| Publiceringsdatum | 2022-06-16 | 
| Betyg | 3.38/5 Totalt 8 Betyg | 
| Utvecklare | https://freeigpicker.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://freeigpicker.com/ | 
| Hjälpsida URL | https://freeigpicker.com/contact.php | 
| URL till Sekretesspolicy Sidan | https://freeigpicker.com/privacy-policy.php | 
| Stödda Språk | zh-TW | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free IG Picker",
    "description": "Free IG Picker for Giveaways and Contests.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "presistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/freeigpicker.com\/*",
            "https:\/\/freeigpicker.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8000\/*",
                "https:\/\/freeigpicker.com\/*",
                "https:\/\/freeigpicker.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}  |  |