FurAffinity Extender
FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.
Wat is FurAffinity Extender?
FurAffinity Extender is een Chrome-extensie ontwikkeld door Kauko, en de belangrijkste functie is "FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.".
Extensie Screenshots
Download het CRX-bestand van de extensie FurAffinity Extender
Download FurAffinity Extender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FurAffinity Extender |
ID | fhmcgphbcegegmikbgihhobgphecbkon |
Officiële URL | https://chromewebstore.google.com/detail/furaffinity-extender/fhmcgphbcegegmikbgihhobgphecbkon |
Beschrijving | FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features. |
Bestandsgrootte | 75.65 KB |
Aantal Installaties | 1,494 |
Huidige Versie | 1.2.4 |
Laatst Bijgewerkt | 2023-12-06 |
Publicatiedatum | 2020-06-12 |
Beoordeling | 3.14/5 Totaal 21 Beoordelingen |
Ontwikkelaar | Kauko |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cheeplusplus.github.io/faextender-chrome/ |
Help Pagina-URL | https://github.com/cheeplusplus/faextender-chrome/issues |
Ondersteunde Talen | 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" } } |