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.

Co je View Furaffinity Text Submissions In Browser?

View Furaffinity Text Submissions In Browser je rozšíření Chrome vyvinuté knoton, a jeho hlavní funkcí je „Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření View Furaffinity Text Submissions In Browser

Stáhněte si soubory rozšíření View Furaffinity Text Submissions In Browser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název View Furaffinity Text Submissions In Browser View Furaffinity Text Submissions In Browser
ID bdangfloigjkflpipcbfngfdmagfghai
Oficiální URL https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai
Popis Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.
Velikost souboru 3.52 KB
Počet instalací 51
Aktuální Verze 1.1
Poslední Aktualizace 2014-11-22
Datum Vydání 2014-11-21
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář knoton
Typ Platby free
Podporované Jazyky 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
}