NationStates++

Improves the NationStates.net experience

NationStates++ là gì?

NationStates++ là một tiện ích mở rộng Chrome được phát triển bởi https://nationstatesplusplus.net, và tính năng chính của nó là "Improves the NationStates.net experience".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Modifies the NationStates Site for a variety of enhancements. 

Features:
•Infinite Scroll for the Regional Message Board.
•Quote button next to Regional Message Board posts, for easy replies
•New posts on the Regional Message Board appear instantly - no more refreshing!
•New telegrams update your telegram indicator next to your nation name - no more refreshing!
•Urls in RMB posts are turned into clickable links, no more copy and paste!
•Search Feature: Search through the RMB post history of any region!
•Slide and scroll through World Census Reportings - no more refreshing for each page!
•Posting on the RMB occurs instantly, without any redirects or any refreshing
•Scrolling Embassy flags next to the World Factbook Entry of each region
•Ignore any posts in the Regional Message Board that you don't want to see
•Hide thread topics in the "view your posts" forum area
•Shows post number on all nationstates.net forum posts
•Open Source, read the code at: https://github.com/NationStates/NationStatesPlusPlus                    

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

Tên NationStates++ NationStates++
ID gcgdpgjockahmkhjgcfidmlahiicmagj
URL Chính Thức https://chromewebstore.google.com/detail/nationstates++/gcgdpgjockahmkhjgcfidmlahiicmagj
Mô tả Improves the NationStates.net experience
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 3,125
Phiên Bản Hiện Tại 2.6.1
Cập Nhật Lần Cuối 2017-10-20
Ngày Phát Hành 2017-10-19
Đánh Giá 4.44/5 Tổng số 149 Đánh Giá
Nhà Phát Triển https://nationstatesplusplus.net
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nationstatesplusplus.net/
URL Trang Trợ Giúp http://forum.nationstates.net/viewtopic.php?f=15&t=269464&p=24064975
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NationStates++",
    "short_name": "NS++",
    "minimum_chrome_version": "22",
    "description": "Improves the NationStates.net experience",
    "version": "2.6.1",
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "jquery-2.0.3.min.js",
                "js\/nationstates++_common.js",
                "background.js"
            ],
            "css": [
                "css\/bootstrap-button.css",
                "css\/nationstates++.css",
                "css\/forum.css"
            ],
            "matches": [
                "http:\/\/forum.nationstates.net\/*",
                "https:\/\/forum.nationstates.net\/*"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "js": [
                "jquery-2.0.3.min.js",
                "jquery-ui.min.js",
                "js\/Blob.js",
                "js\/FileSaver.js",
                "js\/bootstrap-fileupload.min.js",
                "js\/jquery.caret.js",
                "js\/jquery.highlight.js",
                "background.js",
                "js\/jquery.nouislider.min.js",
                "js\/textFit.min.js",
                "js\/nprogress.js",
                "js\/nationstates++_common.js",
                "js\/websocket.js",
                "js\/nationstates.js",
                "js\/region.js",
                "js\/nation.js",
                "js\/newspapers.js",
                "js\/recruitment.js",
                "js\/happenings.js",
                "js\/census_slider.js",
                "js\/embassy_flags.js",
                "js\/telegrams.js",
                "js\/issues.js",
                "js\/help.js",
                "js\/irc.js",
                "js\/world.js",
                "js\/banhammer.js",
                "js\/administration.js",
                "js\/settings.js",
                "js\/history.js",
                "js\/puppet_command.js",
                "js\/alerts.js",
                "js\/wa.js",
                "js\/puppet_manager.js"
            ],
            "css": [
                "css\/nouislider.fox.css",
                "css\/bootstrap-button.css",
                "css\/two_column.css",
                "css\/bootstrap-fileupload.min.css",
                "css\/nprogress.css",
                "css\/nationstates++.css"
            ],
            "matches": [
                "https:\/\/www.nationstates.net\/*",
                "https:\/\/nationstates.net\/*",
                "http:\/\/www.nationstates.net\/*"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "js": [
                "js\/bootstrap-dropdown.min.js",
                "js\/bootstrap-fileupload.min.js"
            ],
            "css": [
                "css\/bootstrap-fileupload.min.css",
                "css\/newspaper_bootstrap.min.css",
                "css\/bootstrap-table.min.css"
            ],
            "matches": [
                "http:\/\/www.nationstates.net\/page=blank*",
                "https:\/\/www.nationstates.net\/page=blank*"
            ],
            "all_frames": true
        }
    ]
}