View Furaffinity Text Submissions In Browser

Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.

Apa itu View Furaffinity Text Submissions In Browser?

View Furaffinity Text Submissions In Browser adalah ekstensi Chrome yang dikembangkan oleh knoton, dan fitur utamanya adalah "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi View Furaffinity Text Submissions In Browser

Unduh file ekstensi View Furaffinity Text Submissions In Browser 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 adds a '[View]' link next to the download link of Furaffinity submissions. This link opens the submission in Google's document preview tool, letting you read text filetypes that Furaffinity won't display without downloading them yourself.

In the interest of transparency, you can view the content of the single script that makes up this extension on pastebin: http://pastebin.com/RMSz9HUD                    

Informasi Dasar Ekstensi

Nama View Furaffinity Text Submissions In Browser View Furaffinity Text Submissions In Browser
ID bdangfloigjkflpipcbfngfdmagfghai
URL Resmi https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai
Deskripsi Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.
Ukuran File 3.52 KB
Jumlah Instalasi 51
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-11-22
Tanggal Publikasi 2014-11-21
Penilaian 3.00/5 Total 1 Penilaian
Pengembang knoton
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.furaffinity.net\/*",
                "https:\/\/*.furaffinity.net\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "View Furaffinity Text Submissions In Browser",
    "description": "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.",
    "version": "1.1",
    "manifest_version": 2
}