Error Director
Error Director is an easy tool to help you find alternative paths and information on errors.
Error Director là gì?
Error Director là một tiện ích mở rộng Chrome được phát triển bởi alyssaroberts805, và tính năng chính của nó là "Error Director is an easy tool to help you find alternative paths and information on errors.".
Ả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 Error Director
Tải xuống các tệp mở rộng Error Director 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
When the website is no longer active we give you another website close to what your looking for.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jfaiphgcmhghjjpoiieniajcimnbbafm |
URL Chính Thức | https://chrome.google.com/webstore/detail/error-director/jfaiphgcmhghjjpoiieniajcimnbbafm |
Mô tả | Error Director is an easy tool to help you find alternative paths and information on errors. |
Kích Thước Tệp | 13 KB |
Số Lần Cài Đặt | 90,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-05-30 |
Ngày Phát Hành | 2022-05-30 |
Đánh Giá | 3.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | alyssaroberts805 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://errordirector.com |
URL Trang Trợ Giúp | https://errordirector.com/?a=about |
URL Trang Chính Sách Bảo Mật | https://errordirector.com?a=privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "alyssa roberts", "name": "Error Director ", "short_name": "Error Director ", "homepage_url": "https:\/\/errordirector.com", "description": "Error Director is an easy tool to help you find alternative paths and information on errors.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |