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.

Wat is scp viewing enhancer?

scp viewing enhancer is een Chrome-extensie ontwikkeld door rhett.newton, en de belangrijkste functie is "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie scp viewing enhancer

Download scp viewing enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam scp viewing enhancer scp viewing enhancer
ID pmpbaplainkmncifmdhhmkdafmlmkgdk
Officiële URL https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk
Beschrijving Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.
Bestandsgrootte 17.5 KB
Aantal Installaties 61
Huidige Versie 1.0
Laatst Bijgewerkt 2017-12-29
Publicatiedatum 2017-12-29
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar rhett.newton
Betalingswijze free
Ondersteunde Talen 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"
    ]
}