scp viewing enhancer

Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.

Hvad er scp viewing enhancer?

scp viewing enhancer er en Chrome-udvidelse udviklet af rhett.newton, og dens hovedfunktion er "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.".

Udvidelsesskærmbilleder

screenshot

Download scp viewing enhancer-udvidelses-CRX-fil

Download scp viewing enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Click the icon to easily search for an scp. Click the "Toggle css" switch to switch between the default and custom css. The user can use either their own or the provided custom css.                    

Grundlæggende oplysninger om udvidelsen

Navn scp viewing enhancer scp viewing enhancer
ID pmpbaplainkmncifmdhhmkdafmlmkgdk
Officiel URL https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk
Beskrivelse Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.
Filstørrelse 17.5 KB
Antal Installationer 61
Nuværende Version 1.0
Senest Opdateret 2017-12-29
Udgivelsesdato 2017-12-29
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler rhett.newton
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scp viewing enhancer",
    "version": "1.0",
    "description": "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.",
    "icons": {
        "48": "icons\/scp_logo-48.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/www.scp-wiki.net\/*"
    ],
    "options_ui": {
        "page": "settings\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts\/stylize.js"
            ],
            "matches": [
                "*:\/\/www.scp-wiki.net\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/scp_logo-32.png",
        "default_title": "[REDACTED]",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "res\/default_css.css"
    ]
}