Gooreplacer
Modify, block URLs & Headers
什麼是Gooreplacer?
Gooreplacer是由https://liujiacai.net開發的Chrome擴展程式,該擴展的主要功能是“Modify, block URLs & Headers”。
擴展截圖
下載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/ 擴展基本資訊
| 名稱 | |
| ID | jnlkjeecojckkigmchmfoigphmgkgbip |
| 官方網址 | 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
} | |