HOXTON'S HOUSEWARMING PARTY

Bring a housewarming gift, you wankers!

HOXTON'S HOUSEWARMING PARTY क्या है?

HOXTON'S HOUSEWARMING PARTY Corphix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring a housewarming gift, you wankers!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HOXTON'S HOUSEWARMING PARTY एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Crimefest is almost here, so here's a browser extension that will (hopefully) track the stats!

This app is completely built by me, and has no official ties to PAYDAY 2, OVERKILL or Starbreeze. If OVERKILL is reading this, please don't kill me. :) I love your games, and just wanted to see what I could do with chrome extensions!

==//CHANGELOG\\==
3.0.2
 - Secrets!
3.0.1
 - Changed the logo to Hoxton's housewarming party. 
3.0.0
 - Removed previous Crimefest stuff, started countdown!
2.6.0
 - Final Challenge unlocked. Get to farming!
2.5.0
 - Updated for the last time. We shall see if Crimefest Updates are necessary. 
2.4.1
 - Added notice about scheduled user logon for Concurrent User Challenge
2.4.0
 - Updated for new challenges
 - Added slots for challenges 5 and 6 in case I can't update as quick as I'd like
 - Added current player count
 - Changed font color of completed challenges to green (manually updated)
2.3.2
 - Fixed more counter bugs
2.3.1
 - Fixed counter bugs
2.3.0
 - Updated new challenges total count
2.2.2
 - Adjusted for new non-twitter challenges
 - Added slots for challenges 3 and 4 in case I can't update as quick as I'd like
2.2.1
 - Fixed a counter bug for Houston Challenge 2
2.2.0
 - Updated for the second set of challenges
 - Organized data for future updates
2.1.0
 - Changed scripts to match new Crimefest format
 - Overhauled the UI
 - Had a few beers
1.1.2
- Added a link to the CRIMEFEST website
- Condensed code, hopefully not breaking anything
1.1.1
- Fixed a bug where Chrome version 38 and above wouldn't read the style sheet
- Put an extra line of code in to streamline build process 
1.1.0
- Added font
- Added commas to make it easier to read numbers
- Cleaned up architecture and code
1.0.4
- Added color to text
- Added background image
- Fixed an issue where stats would return null
- Cleaned up architecture and code
1.0.2
- Added to Chrome Web Store                    

एक्सटेंशन की मूल जानकारी

नाम HOXTON'S HOUSEWARMING PARTY HOXTON'S HOUSEWARMING PARTY
ID dphmmehlopimmcipaikkighjcaknaecp
आधिकारिक URL https://chromewebstore.google.com/detail/hoxtons-housewarming-part/dphmmehlopimmcipaikkighjcaknaecp
विवरण Bring a housewarming gift, you wankers!
फ़ाइल का आकार 4.44 MB
स्थापना संख्या 72
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2016-09-25
प्रकाशन तिथि 2016-09-24
रेटिंग 4.00/5 कुल 17 रेटिंग्स
डेवलपर Corphix
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HOXTON'S HOUSEWARMING PARTY",
    "manifest_version": 2,
    "version": "3.0.2",
    "description": "Bring a housewarming gift, you wankers!",
    "homepage_url": "http:\/\/www.overkillsoftware.com\/",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/api.steampowered.com\/ISteamUserStats\/*",
        "https:\/\/api.steampowered.com\/ISteamUserStats\/*",
        "http:\/\/steamcommunity.com\/games\/218620\/memberslistxml\/*",
        "https:\/\/steamcommunity.com\/games\/218620\/memberslistxml\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}