Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Winner Winner Chicken Dinner",
"version": "1.0.45",
"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\/*"
]
}
],
"action": {
"default_popup": "popup.html",
"default_title": "Winner Winner Chicken Dinner"
},
"background": {
"service_worker": "background-bundle.js"
},
"options_page": "options.html",
"permissions": [
"tabs",
"storage",
"clipboardRead"
],
"host_permissions": [
"https:\/\/www.messenger.com\/*",
"https:\/\/api.winnerwinnerchickendinner.io\/api\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*",
"*:\/\/*.kyubi.io\/api\/*",
"https:\/\/www.facebook.com\/*",
"*:\/\/*.winnerwinnerchickendinner.io\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"all_frames": true,
"js": [
"vendor.js",
"moment.js",
"contestDetailsStore.js",
"messagingAutomation.js"
],
"run_at": "document_end"
}
],
"short_name": "WWCD"
}