Mega Millions Jackpot

http://www.megamillions.com/ - Mega Millions jackpot jumps to $550 million. Crap your chance to win

Vad är Mega Millions Jackpot?

Mega Millions Jackpot är en Chrome-tillägg utvecklad av Raviyork, och dess huvudfunktion är "http://www.megamillions.com/ - Mega Millions jackpot jumps to $550 million. Crap your chance to win".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Mega Millions Jackpot-förlängningens CRX-fil

Ladda ner Mega Millions Jackpot-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

                        Mega Millions jackpot jumps to $550 million. Crap your chance to win

"We've never had a jackpot at this level in December leading into the holidays," Otto said. "If we keep rolling, we could well be at a billion dollars going into Christmas."                    

Grundläggande Information om Tillägg

Namn Mega Millions Jackpot Mega Millions Jackpot
ID elfohomelahkpkmhkjbfcfclingkoeff
Officiell webbadress https://chrome.google.com/webstore/detail/mega-millions-jackpot/elfohomelahkpkmhkjbfcfclingkoeff
Beskrivning http://www.megamillions.com/ - Mega Millions jackpot jumps to $550 million. Crap your chance to win
Filstorlek 46.39 KB
Antal Installationer 43
Aktuell Version 1.3
Senast Uppdaterad 2014-09-22
Publiceringsdatum 2014-09-22
Betyg 3.00/5 Totalt 3 Betyg
Utvecklare Raviyork
Betalningssätt free
Tilläggswebbplats http://www.megamillions.com/
Stödda Språk en-US
manifest.json
{
    "background": {
        "scripts": [
            "million.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Mega millions jackpot"
    },
    "description": "http:\/\/www.megamillions.com\/ - Mega Millions jackpot jumps to $550 million. Crap your chance to win",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Mega Millions Jackpot",
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "web_accessible_resources": [
        "million.js",
        "jquery-1.9.1.min.js"
    ]
}