Genius Giveaway

Choose and notify a winner instantly and automatically while running any contest.

Genius Giveaway란 무엇입니까?

Genius Giveaway은(는) edakehurst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Choose and notify a winner instantly and automatically while running any contest."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Genius Giveaway 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Run promotions on your personal social media profiles. Select winners based on interaction criteria, and reactions. Message winners and non-winners.                    

확장 프로그램 기본 정보

이름 Genius Giveaway Genius Giveaway
ID epfhdcdemadgoifnchgpgpjofoamgncp
공식 URL https://chromewebstore.google.com/detail/genius-giveaway/epfhdcdemadgoifnchgpgpjofoamgncp
설명 Choose and notify a winner instantly and automatically while running any contest.
파일 크기 920 KB
설치 횟수 689
현재 버전 1.2.52
최근 업데이트 2023-12-22
출시 날짜 2021-07-02
평점 5.00/5 총 1 개의 평점
개발자 edakehurst
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://edakehurst.kartra.com/page/GeniusGiveaway
도움말 페이지 URL https://edakehurst.kartra.com/help/HelpDesk
개인정보 보호 정책 페이지 URL https://geniusposts.io/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius Giveaway",
    "version": "1.2.52",
    "manifest_version": 3,
    "description": "Choose and notify a winner instantly and automatically while running any contest.",
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Giveaway-1625157367118-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Giveaway-1625157367181-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Giveaway-1625157367225-large_icon.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": "Genius Giveaway"
    },
    "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\/*"
    ],
    "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": "GG"
}