NJPWext

Enhances NJPWworld.com for English, Spanish, & Japanese speaking users.

NJPWext là gì?

NJPWext là một tiện ích mở rộng Chrome được phát triển bởi NJPWext Danny, và tính năng chính của nó là "Enhances NJPWworld.com for English, Spanish, & Japanese speaking users.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NJPWext

Tải xuống các tệp mở rộng NJPWext 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

                        Features include:

• Dark Mode
- Lower contrast theme that's easy on the eyes.

• Improved translations
- Known mistranslations (e.g. "Back Rack Fales") are replaced.

• Improved match/show formatting, whenever possible:
- Dates, venues, and opponents reformatted for clarity.

• Schedule dates displayed in local time when possible

• Icons to clarify type of content
- Championship
- Tournament Final
- Opening
- Comments/Press Conference

• Hide Spoilers
- Option to blur images on pages most likely to include spoilers.

• Merge Events
- Option to consolidate shows available in multiple languages.

• Hide Non-wrestling Content
- Option to hide press conferences, pre/post game shows, contract signings.

• Mark as Watched
- Keep track of your viewing.

• Resume Watching
- Continue watching videos right where you left off.

• Advanced Video Controls
- Skip forward and back buttons w/customizable intervals
- Playback speed menu for slo-mo or speed-watching

• My Ratings
- Rate Series, Events, and Videos you've watched

• My Bookmarks and Playlist
- Save bookmarks to Series and Events
- Add videos to your Playlist

• Synchronized Watch Party
- Start a party to watch synchronized video with friends.
- Party members are kept within 1 second of each other.
- Use or hide the fully-featured chat during the party

• Fully-featured Chat Room for Live Events
- Chat with other users during live events

• Settings saved in the cloud
- Settings synced on all your devices using NJPWext
- No personally identifiable information is ever saved
- No tracking scripts of any kind


The NJPW Lion Mark, logos, and all related likenesses are the exclusive property of New Japan Wrestling Co., Ltd.  This product is not affiliated with and makes no claims to their copyrighted work.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NJPWext NJPWext
ID kdelcebcdheimimhenmhndnbefbkbien
URL Chính Thức https://chrome.google.com/webstore/detail/njpwext/kdelcebcdheimimhenmhndnbefbkbien
Mô tả Enhances NJPWworld.com for English, Spanish, & Japanese speaking users.
Kích Thước Tệp 10.25 MB
Số Lần Cài Đặt 1,558
Phiên Bản Hiện Tại 23.6
Cập Nhật Lần Cuối 2023-04-19
Ngày Phát Hành 2020-07-04
Đánh Giá 4.91/5 Tổng số 67 Đánh Giá
Nhà Phát Triển NJPWext Danny
Email [email protected]
Trang Web Mở Rộng https://njpwext.us
URL Trang Chính Sách Bảo Mật https://njpwext.us/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "23.6",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.njpwworld.com\/*",
        "https:\/\/njpwext.us\/"
    ],
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "48": "icon48.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup_static.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.njpwworld.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.cookiev2.js",
                "js\/predoc.js",
                "js\/tooltipster.bundle.js",
                "js\/jquery.rateit.js",
                "js\/jquery.dragsort.js"
            ],
            "css": [
                "css\/tooltipster.bundle.min.css",
                "css\/tooltipster-sideTip-light.min.css",
                "css\/tooltipster-sideTip-shadow.min.css",
                "css\/rateit.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.njpwworld.com\/*"
            ],
            "css": [
                "css\/njpwglobal.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.njpwworld.com\/*"
            ],
            "js": [
                "js\/inc.js",
                "js\/slick.js",
                "js\/njpwscraper.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.njpwworld.com\/*"
            ],
            "css": [
                "css\/njpwscraper.css",
                "css\/iconicss.min.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/njpwworld.com\/p\/*",
                "https:\/\/njpwworld.com\/lp\/*"
            ],
            "js": [
                "js\/emoji-picker\/config.js",
                "js\/emoji-picker\/util.js",
                "js\/emoji-picker\/jquery.emojiarea.js",
                "js\/emoji-picker\/emoji-picker.js",
                "js\/countdown360.js",
                "js\/videoPage.js"
            ],
            "css": [
                "css\/emoji-picker\/emoji.css"
            ]
        },
        {
            "matches": [
                "https:\/\/njpwworld.com\/feature\/schedule*"
            ],
            "js": [
                "js\/ouical.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/callGt.js",
                "js\/loadNewVid.js",
                "img\/*",
                "misc\/chime.mp3",
                "_locales\/en\/messages.json",
                "_locales\/ja\/messages.json",
                "_locales\/es\/messages.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}