Pastebin Raw Text

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

Cos'è Pastebin Raw Text?

Pastebin Raw Text è un'estensione di Chrome sviluppata da Jonathan Perkin, e la sua funzione principale è "Redirect requests for pastebin.com paste URLs to the raw text version".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pastebin Raw Text

Scarica i file di estensione Pastebin Raw Text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pastebin Raw Text Pastebin Raw Text
ID madpgppmbhecemnaicfpkokbookighmg
URL Ufficiale https://chromewebstore.google.com/detail/pastebin-raw-text/madpgppmbhecemnaicfpkokbookighmg
Descrizione Redirect requests for pastebin.com paste URLs to the raw text version
Dimensione del File 9.23 KB
Conteggio Installazioni 841
Versione Corrente 1.6
Ultimo Aggiornamento 2017-08-26
Data di Pubblicazione 2017-08-26
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore Jonathan Perkin
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jperkin/pastebin-raw-text
Lingue Supportate 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\/*"
    ]
}