Genius Giveaway

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

Genius Giveawayคืออะไร?

Genius Giveaway เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edakehurst และคุณลักษณะหลักของมันคือ "Choose and notify a winner instantly and automatically while running any contest."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genius Giveaway

ดาวน์โหลดไฟล์ส่วนขยาย Genius Giveaway ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}