Reddit PGN viewer.

Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]

What is Reddit PGN viewer.?

Reddit PGN viewer. is a Chrome extension developed by Constantine de Castro, and its main feature is "Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]".

Extension Screenshots

screenshot
screenshot

Download Reddit PGN viewer. Extension CRX File

Download Reddit PGN viewer. 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

                        Automatically puts a chess board in place of a pgn on reddit pages if one is found. PGNs are assumed to be denoted by [pgn] [/pgn] tags. The PGN viewer used is from chesstempo.com. This extension just looks for PGNs in pages and loads them.

Changelog:
1.96.0 - Update for new reddit layout - thanks kufii!                    

Extension Basic Information

Name Reddit PGN viewer. Reddit PGN viewer.
ID hplecpnihkigeaiobbmfnfblepiadjdh
Official URL https://chromewebstore.google.com/detail/reddit-pgn-viewer/hplecpnihkigeaiobbmfnfblepiadjdh
Description Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]
File Size 122 KB
Installation Count 4,677
Current Version 1.96.0
Last Updated 2018-07-06
Publish Date 2018-07-05
Rating 4.25/5 Total 28 Ratings
Developer Constantine de Castro
Payment Type free
Supported Languages en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "board-min.css",
                "rchess.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "pgnyui.js",
                "pgnviewer.js",
                "rchesspgn.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "description": "Puts a board in all Reddit pages with PGNs marked by [pgn][\/pgn]",
    "icons": {
        "128": "knight.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+mX0OyPs\/T1z+\/DDeFSmp\/9\/qEdMYdC04dM87oBObtXqjsPEmGsuhLyZ4LkhBnOLdjAFc9niSsdjGDDjFTTCpwpqpJbfTxwLy3\/xGYOFLLtIBGu3MzPzgONzxvQI7dCJrVeKk+5M57sIC4qLSDtMqknO7FW1\/vF1\/s56cSJzKCQIDAQAB",
    "name": "Reddit PGN viewer.",
    "permissions": [
        "*:\/\/*.reddit.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.96.0",
    "manifest_version": 2
}