Toyota Nation Enhancement Suite
Adds a few nifty features to toyota nation.
Toyota Nation Enhancement Suite là gì?
Toyota Nation Enhancement Suite là một tiện ích mở rộng Chrome được phát triển bởi gcexten, và tính năng chính của nó là "Adds a few nifty features to toyota nation.".
Ả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 Toyota Nation Enhancement Suite
Tải xuống các tệp mở rộng Toyota Nation Enhancement Suite 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
Adds a few nifty features to toyotanation.com (also works with benzworld.org). * Make images zoomable. * Add infinite scrolling. * Add a custom image to the upper right corner. * Specify up to 200 threads in the gen 1 and 2 Camry forum. * Change the forum to mimic reddit.com. * Remove advertising ect. * Fix annoying thread descriptions. * and more! This extension is not associated with toyota nation in any way.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Toyota Nation Enhancement Suite |
ID | dlakmefejbcapgdeminllojmhjhmcolp |
URL Chính Thức | https://chromewebstore.google.com/detail/toyota-nation-enhancement/dlakmefejbcapgdeminllojmhjhmcolp |
Mô tả | Adds a few nifty features to toyota nation. |
Kích Thước Tệp | 162 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2017-11-19 |
Ngày Phát Hành | 2017-11-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | gcexten |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.toyotanation.com/forum |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toyota Nation Enhancement Suite", "version": "2", "manifest_version": 2, "description": "Adds a few nifty features to toyota nation.", "icons": { "16": "icons\/icon16.png", "48": "icons\/camry48.png", "128": "icons\/camry128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "page_action": { "default_icon": "icons\/icon19a.png", "default_title": "Toyota Nation Enhancement Extension", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "tabs", "http:\/\/www.toyotanation.com\/forum\/*", "http:\/\/www.benzworld.org\/forums\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/www.toyotanation.com\/forum\/*", "https:\/\/www.toyotanation.com\/forum\/*", "http:\/\/www.benzworld.org\/forums\/*", "https:\/\/www.benzworld.org\/forums\/*" ], "js": [ "src\/inject\/redditify.js", "src\/inject\/fixConsole.js", "src\/inject\/makeImgsZoomable.js", "src\/inject\/changeModeratorTitleAndAvatar.js", "src\/inject\/removeAdvertising.js", "src\/inject\/sendMessageToBgPage.js", "src\/inject\/injectCSS.js", "src\/inject\/updateCamryForumLink.js", "src\/inject\/scrollToTop.js", "src\/inject\/endlessScrolling.js", "src\/inject\/remove_ncode_moderateWarning.js", "src\/inject\/fixTitles.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |