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란 무엇입니까?

Strip Query String은(는) knrCodes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Strip Query String 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Strip Query String Strip Query String
ID ipekbijffpmfjegmmhiaglllnlbdblbb
공식 URL https://chromewebstore.google.com/detail/strip-query-string/ipekbijffpmfjegmmhiaglllnlbdblbb
설명 If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string.
파일 크기 11.17 KB
설치 횟수 112
현재 버전 2.0
최근 업데이트 2022-11-25
출시 날짜 2018-03-08
평점 3.17/5 총 6 개의 평점
개발자 knrCodes
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}