Pastebin Raw Text

Redirect requests for pastebin.com paste URLs to the raw text version

What is Pastebin Raw Text?

Pastebin Raw Text is a Chrome extension developed by Jonathan Perkin, and its main feature is "Redirect requests for pastebin.com paste URLs to the raw text version".

Extension Screenshots

screenshot

Download Pastebin Raw Text Extension CRX File

Download Pastebin Raw Text 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

                        This extension looks for requests to http://pastebin.com/ and if the request is for a valid paste will automatically redirect the request to the raw version.  This is useful for users and developers who wish to just see the paste text without all the adverts, banner images, duplicate text and syntax highlighting.                    

Extension Basic Information

Name Pastebin Raw Text Pastebin Raw Text
ID madpgppmbhecemnaicfpkokbookighmg
Official URL https://chromewebstore.google.com/detail/pastebin-raw-text/madpgppmbhecemnaicfpkokbookighmg
Description Redirect requests for pastebin.com paste URLs to the raw text version
File Size 9.23 KB
Installation Count 841
Current Version 1.6
Last Updated 2017-08-26
Publish Date 2017-08-26
Rating 4.75/5 Total 8 Ratings
Developer Jonathan Perkin
Payment Type free
Extension Website https://github.com/jperkin/pastebin-raw-text
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pastebin Raw Text",
    "short_name": "pastebin.txt",
    "version": "1.6",
    "description": "Redirect requests for pastebin.com paste URLs to the raw text version",
    "homepage_url": "https:\/\/github.com\/jperkin\/pastebin-raw-text",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/pastebin.com\/*"
    ]
}