FurAffinity Extender
FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.
What is FurAffinity Extender?
FurAffinity Extender is a Chrome extension developed by Kauko, and its main feature is "FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.".
Extension Screenshots
Download FurAffinity Extender Extension CRX File
Download FurAffinity Extender 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
FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding features such as saving files, Open Gallery in Tabs to open all images in a gallery at once, keyboard shortcuts, and more.
Extension Basic Information
Name | FurAffinity Extender |
ID | fhmcgphbcegegmikbgihhobgphecbkon |
Official URL | https://chromewebstore.google.com/detail/furaffinity-extender/fhmcgphbcegegmikbgihhobgphecbkon |
Description | FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features. |
File Size | 75.65 KB |
Installation Count | 1,494 |
Current Version | 1.2.4 |
Last Updated | 2023-12-06 |
Publish Date | 2020-06-12 |
Rating | 3.14/5 Total 21 Ratings |
Developer | Kauko |
[email protected] | |
Payment Type | free |
Extension Website | https://cheeplusplus.github.io/faextender-chrome/ |
Help Page URL | https://github.com/cheeplusplus/faextender-chrome/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FurAffinity Extender", "manifest_version": 3, "description": "FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.furaffinity.net\/*" ], "js": [ "page_inject.bundle.js", "vendor.bundle.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "tabdelay.html" ], "matches": [ "*:\/\/*.furaffinity.net\/*" ] } ], "homepage_url": "https:\/\/cheeplusplus.github.io\/faextender-chrome\/", "options_ui": { "page": "options.html" }, "permissions": [ "storage", "downloads" ], "version": "1.2.4", "minimum_chrome_version": "88", "background": { "service_worker": "background.bundle.js", "type": "module" } } |