Gooreplacer

Modify, block URLs & Headers

Gooreplacerとは何ですか?

Gooreplacerはhttps://liujiacai.netによって開発されたChromeの拡張機能で、その主な機能は「Modify, block URLs & Headers」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Gooreplacer拡張機能のCRXファイルをダウンロード

Gooreplacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}