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.

Cos'è scp viewing enhancer?

scp viewing enhancer è un'estensione di Chrome sviluppata da rhett.newton, e la sua funzione principale è "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione scp viewing enhancer

Scarica i file di estensione scp viewing enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome scp viewing enhancer scp viewing enhancer
ID pmpbaplainkmncifmdhhmkdafmlmkgdk
URL Ufficiale https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk
Descrizione Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.
Dimensione del File 17.5 KB
Conteggio Installazioni 61
Versione Corrente 1.0
Ultimo Aggiornamento 2017-12-29
Data di Pubblicazione 2017-12-29
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore rhett.newton
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}