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.

Hvad er View Furaffinity Text Submissions In Browser?

View Furaffinity Text Submissions In Browser er en Chrome-udvidelse udviklet af knoton, og dens hovedfunktion er "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".

Udvidelsesskærmbilleder

screenshot

Download View Furaffinity Text Submissions In Browser-udvidelses-CRX-fil

Download View Furaffinity Text Submissions In Browser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn View Furaffinity Text Submissions In Browser View Furaffinity Text Submissions In Browser
ID bdangfloigjkflpipcbfngfdmagfghai
Officiel URL https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai
Beskrivelse Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.
Filstørrelse 3.52 KB
Antal Installationer 51
Nuværende Version 1.1
Senest Opdateret 2014-11-22
Udgivelsesdato 2014-11-21
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler knoton
Betalingsmetode free
Understøttede Sprog 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
}