Spigot Author Stats
Displays information about Spigot authors resource statistics on their resource- and profile page.
Spigot Author Stats là gì?
Spigot Author Stats là một tiện ích mở rộng Chrome được phát triển bởi Benz56, và tính năng chính của nó là "Displays information about Spigot authors resource statistics on their resource- and profile page.".
Ả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 Spigot Author Stats
Tải xuống các tệp mở rộng Spigot Author Stats 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
Displays information about Spigot authors resource statistics on their resource- and profile page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spigot Author Stats |
ID | ipjmecaiijpdikfimojkpionccpkcged |
URL Chính Thức | https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged |
Mô tả | Displays information about Spigot authors resource statistics on their resource- and profile page. |
Kích Thước Tệp | 19.87 KB |
Số Lần Cài Đặt | 109 |
Phiên Bản Hiện Tại | 1.4.2 |
Cập Nhật Lần Cuối | 2019-05-17 |
Ngày Phát Hành | 2019-05-17 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Benz56 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spigot Author Stats", "version": "1.4.2", "description": "Displays information about Spigot authors resource statistics on their resource- and profile page.", "permissions": [ "https:\/\/www.spigotmc.org\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.spigotmc.org\/resources\/authors\/*\/", "https:\/\/www.spigotmc.org\/resources\/authors\/*\/*", "https:\/\/www.spigotmc.org\/members\/*\/" ], "js": [ "table.js", "logic.js", "stars.js", "authorstats.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |