Pastebin Raw Text

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

Wat is Pastebin Raw Text?

Pastebin Raw Text is een Chrome-extensie ontwikkeld door Jonathan Perkin, en de belangrijkste functie is "Redirect requests for pastebin.com paste URLs to the raw text version".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pastebin Raw Text

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

                        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.                    

Basisinformatie over de Extensie

Naam Pastebin Raw Text Pastebin Raw Text
ID madpgppmbhecemnaicfpkokbookighmg
Officiële URL https://chromewebstore.google.com/detail/pastebin-raw-text/madpgppmbhecemnaicfpkokbookighmg
Beschrijving Redirect requests for pastebin.com paste URLs to the raw text version
Bestandsgrootte 9.23 KB
Aantal Installaties 841
Huidige Versie 1.6
Laatst Bijgewerkt 2017-08-26
Publicatiedatum 2017-08-26
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar Jonathan Perkin
Betalingswijze free
Extensiewebsite https://github.com/jperkin/pastebin-raw-text
Ondersteunde Talen 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\/*"
    ]
}