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.

¿Qué es scp viewing enhancer?

scp viewing enhancer es una extensión de Chrome desarrollada por rhett.newton, y su función principal es "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión scp viewing enhancer

Descarga archivos de extensión scp viewing enhancer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre scp viewing enhancer scp viewing enhancer
ID pmpbaplainkmncifmdhhmkdafmlmkgdk
URL Oficial https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk
Descripción Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.
Tamaño del Archivo 17.5 KB
Cantidad de Instalaciones 61
Versión Actual 1.0
Última Actualización 2017-12-29
Fecha de Publicación 2017-12-29
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador rhett.newton
Tipo de Pago free
Idiomas Soportados 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"
    ]
}