Famous Fox Federation
A helpful chrome extension to interact more easily with the Famous Fox Federation utilities!
Famous Fox Federation là gì?
Famous Fox Federation là một tiện ích mở rộng Chrome được phát triển bởi https://famousfoxes.com, và tính năng chính của nó là "A helpful chrome extension to interact more easily with the Famous Fox Federation utilities!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Famous Fox Federation
Tải xuống các tệp mở rộng Famous Fox Federation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The Famous Fox Federation makes it easy to access our tools directly from Magic Eden. You can now directly invoke Ding, Sweep, List & Bid from collection pages. View Fox stats on Rafffle as well as Magic Eden. Support for Citrus Buy Now, Pay Later on Tensor.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Famous Fox Federation |
ID | plinngbkcncieacbhbfldekjimccdbha |
URL Chính Thức | https://chromewebstore.google.com/detail/famous-fox-federation/plinngbkcncieacbhbfldekjimccdbha |
Mô tả | A helpful chrome extension to interact more easily with the Famous Fox Federation utilities! |
Kích Thước Tệp | 828 KB |
Số Lần Cài Đặt | 671 |
Phiên Bản Hiện Tại | 1.24 |
Cập Nhật Lần Cuối | 2023-10-26 |
Ngày Phát Hành | 2022-04-04 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://famousfoxes.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://famousfoxes.com |
URL Trang Trợ Giúp | https://discord.gg/famousfoxes |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Famous Fox Federation", "version": "1.24", "manifest_version": 3, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "description": "A helpful chrome extension to interact more easily with the Famous Fox Federation utilities!", "permissions": [ "webNavigation", "scripting", "storage" ], "host_permissions": [ "https:\/\/*.magiceden.io\/*", "https:\/\/hyperspace.xyz\/*", "https:\/\/rafffle.famousfoxes.com\/*", "https:\/\/*.tensor.trade\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.magiceden.io\/*", "https:\/\/hyperspace.xyz\/*", "https:\/\/rafffle.famousfoxes.com\/*", "https:\/\/*.tensor.trade\/*" ], "css": [ "styles.css" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "fonts\/Lilita-One.woff2", "fonts\/Gaegu-Regular.ttf", "icons\/powered_by_fff.png", "icons\/powered_by_fff.svg", "icons\/logo48.png", "icons\/house.svg", "icons\/citrus.png" ], "matches": [ "https:\/\/*.magiceden.io\/*", "https:\/\/hyperspace.xyz\/*", "https:\/\/rafffle.famousfoxes.com\/*", "https:\/\/*.tensor.trade\/*" ] } ], "action": { "default_popup": "popup.html" } } |