Play Sleuth Noir Add-On

Game fan extension to enhance aspects of game - noir.playsleuth.com

Τι είναι το Play Sleuth Noir Add-On;

Το Play Sleuth Noir Add-On είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shahid Thaika, και η κύρια λειτουργία του είναι "Game fan extension to enhance aspects of game - noir.playsleuth.com".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Play Sleuth Noir Add-On

Λήψη αρχείων επέκτασης Play Sleuth Noir Add-On σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Play Sleuth Noir is the classic mystery solving game by Hypothetical Software. This add-on gives players of that game an enhanced experience.

Add-On Features:
1) Prevent accidental double clicks

2) Monochromatic colours on Detective Notes

3) "Rule out Alibi" button to rule out all real alibis, researched, and dead

4) Quick Action links on Map page 
a) Consult Fortune Teller to see whether all suspects are revealed
b) Research the Case without going to the City Hall

5) After checking a person for witness evidence, check another without hitting the back button

6) After checking physical evidence against a suspect, check another without hitting the back button

7) Automation in the following scenarios:
a) Lock pick a suspect, if available on visit 
b) You will ask your contact about the case on first visit 
c) You will ask your contact about alibis, if available 

9) Custom Color Themes - Build your own too

10) Additional links on login and news page

11) Quote messages in Sleuth Mail

Note: Themes have now been disabled in the main extension file. It is not available as a seperate download.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Play Sleuth Noir Add-On Play Sleuth Noir Add-On
ID amnbadkgogofbgohjbkmlglnabagbmib
Επίσημο URL https://chrome.google.com/webstore/detail/play-sleuth-noir-add-on/amnbadkgogofbgohjbkmlglnabagbmib
Περιγραφή Game fan extension to enhance aspects of game - noir.playsleuth.com
Μέγεθος Αρχείου 59.74 KB
Αριθμός Εγκαταστάσεων 28
Τρέχουσα Έκδοση 0.891
Τελευταία Ενημέρωση 2015-06-18
Ημερομηνία Δημοσίευσης 2015-06-18
Προγραμματιστής Shahid Thaika
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Play Sleuth Noir Add-On",
    "description": "Game fan extension to enhance aspects of game - noir.playsleuth.com",
    "version": "0.891",
    "permissions": [
        "http:\/\/noir.playsleuth.com\/*",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/noir.playsleuth.com\/*"
            ],
            "css": [
                "css\/psnaddon.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        "css\/psnaddon.css",
        "js\/jquery.min.js",
        "js\/psnaddon.js",
        "img\/london.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html"
}