FurAffinity Extender
FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.
FurAffinity Extenderとは何ですか?
FurAffinity ExtenderはKaukoによって開発されたChromeの拡張機能で、その主な機能は「FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.」です。
拡張機能のスクリーンショット
FurAffinity Extender拡張機能のCRXファイルをダウンロード
FurAffinity Extender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | FurAffinity Extender |
ID | fhmcgphbcegegmikbgihhobgphecbkon |
公式URL | https://chromewebstore.google.com/detail/furaffinity-extender/fhmcgphbcegegmikbgihhobgphecbkon |
説明 | FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features. |
ファイルサイズ | 75.65 KB |
インストール数 | 1,494 |
現在のバージョン | 1.2.4 |
最終更新日 | 2023-12-06 |
公開日 | 2020-06-12 |
評価 | 3.14/5 合計 21 レビュー |
開発者 | Kauko |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cheeplusplus.github.io/faextender-chrome/ |
ヘルプページのURL | https://github.com/cheeplusplus/faextender-chrome/issues |
対応言語 | 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" } } |