SCPper
Handy little thing to improve your SCP browsing experience
What is SCPper?
SCPper is a Chrome extension developed by FiftyNine, and its main feature is "Handy little thing to improve your SCP browsing experience".
Extension Screenshots
Download SCPper Extension CRX File
Download SCPper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
SCPper (read "skipper") adds some features and functionality to SCP Foundation wiki site and its translation branches. It also enhances links to these sites from some other websites. Behavior is fully customizable, all features can be turned off. Wiki features: - Converts plain text (SCP-1234) into links to respective articles. - When reading an article it adds name of the article from the main list to the title and additional information such as contributors and date of posting to the footer. - Adds author page link to user info dialogue. - Overrides default forum behaviour in such way that forum pages are added to browser history and you can navigate through them with Next and Previous buttons. - Adds tooltip with the article name to any SCP article link. Supported SCP projects: - Original SCP Foundation (http://www.scpwiki.com/) - Korean branch (http://scp-kr.wikidot.com/) - Chinese branch (http://www.scp-wiki-cn.org/) - French branch (http://fondationscp.wikidot.com/) - Polish branch (http://www.scp-wiki.pl/) - Spanish branch (http://lafundacionscp.wikidot.com/) - Thai branch (http://scp-th.wikidot.com/) - Japanese branch (http://scp-jp.wikidot.com/) - German branch (http://scp-wiki-de.wikidot.com/) - Italian branch (http://fondazionescp.wikidot.com/) - Ukrainian branch (http://scp-ukrainian.wikidot.com/) - Brazilian Portuguese branch (http://scp-pt-br.wikidot.com/) - Czech branch (http://scp-cs.wikidot.com/) - Traditional Chinese (http://scp-zh-tr.wikidot.com/) Some features may not work on some branches due to differences in formatting. SCPper GitHub page: https://github.com/FiftyNine/SCPper Source code and all resources of this extension are distributed under Creative Commons Attribution-ShareAlike 3.0 license. Idea of SCP objects, SCP Foundation, SCP Foundation logo, "Secure. Contain. Protect" motto were created by SCP creative community at http://www.scp-wiki.net/ and are available under the same license.
Extension Basic Information
Name | SCPper |
ID | cpebggobaenfndpoddkdindknnpbjdfc |
Official URL | https://chromewebstore.google.com/detail/scpper/cpebggobaenfndpoddkdindknnpbjdfc |
Description | Handy little thing to improve your SCP browsing experience |
File Size | 72.32 KB |
Installation Count | 2,649 |
Current Version | 0.3.2.21 |
Last Updated | 2023-08-14 |
Publish Date | 2020-05-17 |
Rating | 4.70/5 Total 40 Ratings |
Developer | FiftyNine |
[email protected] | |
Payment Type | free |
Extension Website | http://www.scpper.com |
Help Page URL | https://github.com/FiftyNine/SCPper |
Supported Languages | en,fr,pl,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SCPper", "version": "0.3.2.21", "description": "__MSG_MANIFEST_DESCRIPTION__", "icons": { "128": "scp-logo-128.png", "48": "scp-logo-48.png", "16": "scp-logo-16.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "author": "Alexander \"FiftyNine\" Krivopalov", "default_locale": "en", "background": { "service_worker": "service_worker.js" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/r\/SCP\/*", "*:\/\/www.scpwiki.com\/*", "*:\/\/www.scp-wiki.net\/*", "*:\/\/scp-wiki.wikidot.com\/*", "*:\/\/ko.scp-wiki.net\/*", "*:\/\/scpko.wikidot.com\/*", "*:\/\/scp-wiki-cn.wikidot.com\/*", "*:\/\/fondationscp.wikidot.com\/*", "*:\/\/scp-wiki.net.pl\/*", "*:\/\/scp-pl.wikidot.com\/*", "*:\/\/lafundacionscp.wikidot.com\/*", "*:\/\/scp-es.com\/*", "*:\/\/scp-th.wikidot.com\/*", "*:\/\/ja.scp-wiki.net\/*", "*:\/\/scp-jp.wikidot.com\/*", "*:\/\/scp-wiki-de.wikidot.com\/*", "*:\/\/fondazionescp.wikidot.com\/*", "*:\/\/scp-ukrainian.wikidot.com\/*", "*:\/\/scp-pt-br.wikidot.com\/*", "*:\/\/scp-cs.wikidot.com\/*", "*:\/\/scp-zh-tr.wikidot.com\/*" ], "js": [ "constants.js", "scpUtils.js", "linkEnhancer.js", "wikiUtils.js", "wikiPage.js", "wikiForum.js", "wikiMain.js", "scpMain.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/www.scpwiki.com\/*", "*:\/\/www.scp-wiki.net\/*", "*:\/\/scp-wiki.wikidot.com\/*", "*:\/\/ko.scp-wiki.net\/*", "*:\/\/scpko.wikidot.com\/*", "*:\/\/scp-wiki-cn.wikidot.com\/*", "*:\/\/fondationscp.wikidot.com\/*", "*:\/\/scp-wiki.net.pl\/*", "*:\/\/scp-pl.wikidot.com\/*", "*:\/\/lafundacionscp.wikidot.com\/*", "*:\/\/scp-es.com\/*", "*:\/\/scp-th.wikidot.com\/*", "*:\/\/ja.scp-wiki.net\/*", "*:\/\/scp-jp.wikidot.com\/*", "*:\/\/scp-wiki-de.wikidot.com\/*", "*:\/\/fondazionescp.wikidot.com\/*", "*:\/\/scp-ukrainian.wikidot.com\/*", "*:\/\/scp-pt-br.wikidot.com\/*", "*:\/\/scp-cs.wikidot.com\/*", "*:\/\/scp-zh-tr.wikidot.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "constants.js", "scpEventOverrides.js" ], "matches": [ " |