Gooreplacer

Modify, block URLs & Headers

Co to jest Gooreplacer?

Gooreplacer to rozszerzenie Chrome opracowane przez https://liujiacai.net, a jego główną funkcją jest „Modify, block URLs & Headers”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Gooreplacer

Pobierz pliki rozszerzeń Gooreplacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Gooreplacer Gooreplacer
ID jnlkjeecojckkigmchmfoigphmgkgbip
Oficjalny URL https://chromewebstore.google.com/detail/gooreplacer/jnlkjeecojckkigmchmfoigphmgkgbip
Opis Modify, block URLs & Headers
Rozmiar pliku 1002 KB
Liczba instalacji 24,726
Aktualna Wersja 3.13.0
Ostatnia Aktualizacja 2022-05-21
Data Publikacji 2020-06-07
Ocena 4.71/5 Łącznie 14 Oceny
Deweloper https://liujiacai.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://liujiacai.net/gooreplacer
Adres URL Strony Pomocy https://github.com/jiacai2050/gooreplacer/issues
Obsługiwane Języki 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
}