Pastebin Raw Text

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

Apa itu Pastebin Raw Text?

Pastebin Raw Text adalah ekstensi Chrome yang dikembangkan oleh Jonathan Perkin, dan fitur utamanya adalah "Redirect requests for pastebin.com paste URLs to the raw text version".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pastebin Raw Text

Unduh file ekstensi Pastebin Raw Text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pastebin Raw Text Pastebin Raw Text
ID madpgppmbhecemnaicfpkokbookighmg
URL Resmi https://chromewebstore.google.com/detail/pastebin-raw-text/madpgppmbhecemnaicfpkokbookighmg
Deskripsi Redirect requests for pastebin.com paste URLs to the raw text version
Ukuran File 9.23 KB
Jumlah Instalasi 841
Versi Saat Ini 1.6
Terakhir Diperbarui 2017-08-26
Tanggal Publikasi 2017-08-26
Penilaian 4.75/5 Total 8 Penilaian
Pengembang Jonathan Perkin
Tipe Pembayaran free
Situs Ekstensi https://github.com/jperkin/pastebin-raw-text
Bahasa yang Didukung 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\/*"
    ]
}