Furaffinity Preview
Add previews to thumbnails on Furaffinity
Furaffinity Preview là gì?
Furaffinity Preview là một tiện ích mở rộng Chrome được phát triển bởi lc, và tính năng chính của nó là "Add previews to thumbnails on Furaffinity".
Ả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 Furaffinity Preview
Tải xuống các tệp mở rộng Furaffinity Preview 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
Just a simple addon to show preview of submissions on furaffinity @Version 0.1.1.3 - some various update because of new beta style @Version 0.1.0.2 - support for new beta style - http and https
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bblnfkeimcccbengicaffplkdfgaelji |
URL Chính Thức | https://chrome.google.com/webstore/detail/furaffinity-preview/bblnfkeimcccbengicaffplkdfgaelji |
Mô tả | Add previews to thumbnails on Furaffinity |
Kích Thước Tệp | 24.36 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 0.1.1.3 |
Cập Nhật Lần Cuối | 2016-01-13 |
Ngày Phát Hành | 2016-01-13 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | lc |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Furaffinity Preview", "short_name": "FA-Preview", "description": "Add previews to thumbnails on Furaffinity", "version": "0.1.1.3", "icons": { "16": "FAPreviewIcon.png", "48": "FAPreviewIcon.png", "128": "FAPreviewIcon.png" }, "permissions": [ "storage", "nativeMessaging" ], "browser_action": { "default_icon": "FAPreviewIcon.png", "default_title:": "FA-Preview Config", "default_popup": "config\/popupConfig.html" }, "background": { "scrips": [ "config\/config.js" ], "page": "debug\/debug.html" }, "options_page": "config\/popupConfig.html", "content_scripts": [ { "matches": [ "http:\/\/www.furaffinity.net\/*", "https:\/\/www.furaffinity.net\/*" ], "js": [ "data\/FAPreview.js" ], "css": [ "data\/FAPreview.css", "data\/icon.css" ] } ] } |