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.

Wat is View Furaffinity Text Submissions In Browser?

View Furaffinity Text Submissions In Browser is een Chrome-extensie ontwikkeld door knoton, en de belangrijkste functie is "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie View Furaffinity Text Submissions In Browser

Download View Furaffinity Text Submissions In Browser-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 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                    

Basisinformatie over de Extensie

Naam View Furaffinity Text Submissions In Browser View Furaffinity Text Submissions In Browser
ID bdangfloigjkflpipcbfngfdmagfghai
Officiële URL https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai
Beschrijving Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.
Bestandsgrootte 3.52 KB
Aantal Installaties 51
Huidige Versie 1.1
Laatst Bijgewerkt 2014-11-22
Publicatiedatum 2014-11-21
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar knoton
Betalingswijze free
Ondersteunde Talen 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
}