FurAffinity Extender
FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.
Apa itu FurAffinity Extender?
FurAffinity Extender adalah ekstensi Chrome yang dikembangkan oleh Kauko, dan fitur utamanya adalah "FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FurAffinity Extender
Unduh file ekstensi FurAffinity Extender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | FurAffinity Extender |
ID | fhmcgphbcegegmikbgihhobgphecbkon |
URL Resmi | https://chromewebstore.google.com/detail/furaffinity-extender/fhmcgphbcegegmikbgihhobgphecbkon |
Deskripsi | FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features. |
Ukuran File | 75.65 KB |
Jumlah Instalasi | 1,494 |
Versi Saat Ini | 1.2.4 |
Terakhir Diperbarui | 2023-12-06 |
Tanggal Publikasi | 2020-06-12 |
Penilaian | 3.14/5 Total 21 Penilaian |
Pengembang | Kauko |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://cheeplusplus.github.io/faextender-chrome/ |
URL Halaman Bantuan | https://github.com/cheeplusplus/faextender-chrome/issues |
Bahasa yang Didukung | 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" } } |