k920 FurAffinity Integration
This extension adds a UI to Furaffinity views that recommends art
What is k920 FurAffinity Integration?
k920 FurAffinity Integration is a Chrome extension developed by k920net, and its main feature is "This extension adds a UI to Furaffinity views that recommends art".
Extension Screenshots
Download k920 FurAffinity Integration Extension CRX File
Download k920 FurAffinity Integration 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 UI to Furaffinity (a popular furry art hosting site) that integrates with k920 (a site that provides machine learning based recommendations for new art to view). It requires a Furaffinity account to use.
Extension Basic Information
Name | |
ID | mcafcjkcmfkpfpkkpepjncccpopodgac |
Official URL | https://chrome.google.com/webstore/detail/k920-furaffinity-integrat/mcafcjkcmfkpfpkkpepjncccpopodgac |
Description | This extension adds a UI to Furaffinity views that recommends art |
File Size | 91.4 KB |
Installation Count | 46 |
Current Version | 0.1.0 |
Last Updated | 2017-10-13 |
Publish Date | 2017-10-13 |
Rating | 3.00/5 Total 5 Ratings |
Developer | k920net |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "k920 FurAffinity Integration", "description": "This extension adds a UI to Furaffinity views that recommends art", "version": "0.1.0", "content_scripts": [ { "matches": [ "http:\/\/*.furaffinity.net\/view\/*", "https:\/\/*.furaffinity.net\/view\/*", "http:\/\/*.furaffinity.net\/browse*", "https:\/\/*.furaffinity.net\/browse*", "http:\/\/*.furaffinity.net\/", "https:\/\/*.furaffinity.net\/" ], "js": [ "js\/jquery.min.js", "js\/sha256.js", "js\/extenv.js", "js\/extension.js" ], "css": [ "css\/extension.css" ] } ], "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/", "https:\/\/api.k920.net\/", "http:\/\/localhost:5000\/" ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "128": "images\/icon_128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "applications": { "gecko": { "id": "[email protected]" } } } |