Strip Query String

If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string.

Strip Query String là gì?

Strip Query String là một tiện ích mở rộng Chrome được phát triển bởi knrCodes, và tính năng chính của nó là "If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string.".

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

screenshot
screenshot
screenshot

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

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

                        If the URL of a displayed page has a query string, our icon is enabled. Click it to reload the page without the query string.  This is just a shortcut utility for when you want to accomplish this so that you don't have to manually go through this process.  Use cases include when following a link from a feed that causes a pre-roll ad before you can watch a video.  In many cases, the notification to show you the ad comes from the query parameters.  If you reload the page without them, you see the video with no ad.

There are many times when you may like to reload the page without query parameters.  This just makes that process slightly easier and slightly quicker.

---
Note: due to changes in Chrome's Extension-handling, our extension will be unpinned (i.e. the icon will not show in the toolbar) by default.  After installing, please go into your extension manager and pin this extension (please see third image) to be able to see our icon in your toolbar.                    

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

Tên Strip Query String Strip Query String
ID ipekbijffpmfjegmmhiaglllnlbdblbb
URL Chính Thức https://chromewebstore.google.com/detail/strip-query-string/ipekbijffpmfjegmmhiaglllnlbdblbb
Mô tả If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string.
Kích Thước Tệp 11.17 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-11-25
Ngày Phát Hành 2018-03-08
Đánh Giá 3.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển knrCodes
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strip Query String",
    "version": "2.0",
    "manifest_version": 3,
    "description": "If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Strip Query String"
    },
    "permissions": [
        "tabs"
    ]
}