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.

Cos'è View Furaffinity Text Submissions In Browser?

View Furaffinity Text Submissions In Browser è un'estensione di Chrome sviluppata da knoton, e la sua funzione principale è "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione View Furaffinity Text Submissions In Browser

Scarica i file di estensione View Furaffinity Text Submissions In Browser 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 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                    

Informazioni di Base sull'Estensione

Nome View Furaffinity Text Submissions In Browser View Furaffinity Text Submissions In Browser
ID bdangfloigjkflpipcbfngfdmagfghai
URL Ufficiale https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai
Descrizione Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.
Dimensione del File 3.52 KB
Conteggio Installazioni 51
Versione Corrente 1.1
Ultimo Aggiornamento 2014-11-22
Data di Pubblicazione 2014-11-21
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore knoton
Tipo di Pagamento free
Lingue Supportate 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
}