Gooreplacer

Modify, block URLs & Headers

Gooreplacer란 무엇입니까?

Gooreplacer은(는) https://liujiacai.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modify, block URLs & Headers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Gooreplacer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This add-on is similar to HTTPS Everywhere with a more user-friendly interface.

Feature

1. Block request
2. Redirect request
3. Modify headers
4. Export/Import rules, sync between Firefox and Chrome
5. Live Test

Firefox version: https://addons.mozilla.org/firefox/addon/gooreplacer/                    

확장 프로그램 기본 정보

이름 Gooreplacer Gooreplacer
ID jnlkjeecojckkigmchmfoigphmgkgbip
공식 URL https://chromewebstore.google.com/detail/gooreplacer/jnlkjeecojckkigmchmfoigphmgkgbip
설명 Modify, block URLs & Headers
파일 크기 1002 KB
설치 횟수 24,726
현재 버전 3.13.0
최근 업데이트 2022-05-21
출시 날짜 2020-06-07
평점 4.71/5 총 14 개의 평점
개발자 https://liujiacai.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://liujiacai.net/gooreplacer
도움말 페이지 URL https://github.com/jiacai2050/gooreplacer/issues
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.13.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background\/index.html"
    },
    "icons": {
        "32": "ui\/img\/32.png",
        "16": "ui\/img\/16.png",
        "48": "ui\/img\/48.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "ui\/img\/32.png",
            "16": "ui\/img\/16.png",
            "48": "ui\/img\/48.png"
        },
        "default_title": "Modify, block URLs & Headers",
        "default_popup": "ui\/popup.html"
    },
    "options_ui": {
        "page": "ui\/option.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "author": "https:\/\/liujiacai.net",
    "homepage_url": "https:\/\/github.com\/jiacai2050\/gooreplacer",
    "content_security_policy": "default-src 'unsafe-eval' 'self' https:\/\/cdn.jsdelivr.net http:\/\/localhost:8097; style-src http:\/\/* https:\/\/* 'unsafe-inline' 'unsafe-eval'; connect-src http:\/\/* http:\/\/localhost:* ws:\/\/localhost:* ; font-src https:\/\/*; img-src 'self' data:",
    "manifest_version": 2
}