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.
What is View Furaffinity Text Submissions In Browser?
View Furaffinity Text Submissions In Browser is a Chrome extension developed by knoton, and its main feature is "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".
Extension Screenshots
Download View Furaffinity Text Submissions In Browser Extension CRX File
Download View Furaffinity Text Submissions In Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | View Furaffinity Text Submissions In Browser |
ID | bdangfloigjkflpipcbfngfdmagfghai |
Official URL | https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai |
Description | Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them. |
File Size | 3.52 KB |
Installation Count | 51 |
Current Version | 1.1 |
Last Updated | 2014-11-22 |
Publish Date | 2014-11-21 |
Rating | 3.00/5 Total 1 Ratings |
Developer | knoton |
Payment Type | free |
Supported Languages | 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 } |