Winner Winner Chicken Dinner

Turn your posts into viral giveaways and contests to get massive engagement, leads, and sales.

Co to jest Winner Winner Chicken Dinner?

Winner Winner Chicken Dinner to rozszerzenie Chrome opracowane przez https://winnerwinnerchickendinner.io, a jego główną funkcją jest „Turn your posts into viral giveaways and contests to get massive engagement, leads, and sales.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Winner Winner Chicken Dinner

Pobierz pliki rozszerzeń Winner Winner Chicken Dinner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Use our Winner Winner Chicken Dinner to boost your engagement on all your FB posts and increase the amount of leads and sales you make on social media.

Our easy to use extension will allow you to turn any of your FB posts into viral giveaways and contests which is proven to increase engagement on those posts and all your other posts as well.

You can select the number of winners for any contest and how the winner will be picked. Either by last to comment, most comments, or random commenter. You can also select if the contestants must like and share the post in order to win. Then select the time and date the winner will be selected and let the software do it's job and automate the process.

The extension can send dynamic messages to the winners and different messages to all contestants that didn't win.

Use this extension if you want to create massive engagement on your FB posts and increase the number of leads and sales you are getting from FB.                    

Podstawowe informacje o rozszerzeniu

Nazwa Winner Winner Chicken Dinner Winner Winner Chicken Dinner
ID bdfmphllljpgkmgdgbpangacneomdcmo
Oficjalny URL https://chromewebstore.google.com/detail/winner-winner-chicken-din/bdfmphllljpgkmgdgbpangacneomdcmo
Opis Turn your posts into viral giveaways and contests to get massive engagement, leads, and sales.
Rozmiar pliku 677 KB
Liczba instalacji 528
Aktualna Wersja 1.0.38
Ostatnia Aktualizacja 2023-12-27
Data Publikacji 2021-06-10
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://winnerwinnerchickendinner.io
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://tier5.us/chrome_extension
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Winner Winner Chicken Dinner",
    "version": "1.0.38",
    "manifest_version": 3,
    "description": "Turn your posts into viral giveaways and contests to get massive engagement, leads, and sales.",
    "icons": {
        "16": "images\/1617724756792-smallLogo.png",
        "48": "images\/1617724756851-mediumLogo.png",
        "128": "images\/1617724756911-largeLogo.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; img-src * 'self' data: https:; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
        "content_scripts": "script-src 'self'; img-src * 'self' data: https:; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Winner Winner Chicken Dinner"
    },
    "background": {
        "service_worker": "background-bundle.js"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/www.messenger.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "https:\/\/api.winnerwinnerchickendinner.io\/api\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/*.kyubi.io\/api\/*",
        "https:\/\/www.facebook.com\/*",
        "*:\/\/*.winnerwinnerchickendinner.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "all_frames": true,
            "js": [
                "vendor.js",
                "moment.js",
                "contestDetailsStore.js",
                "messagingAutomation.js"
            ],
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "short_name": "WWCD"
}