Negotiator
Surf the web on your terms
什麼是Negotiator?
Negotiator是由https://silentorbit.com開發的Chrome擴展程式,該擴展的主要功能是“Surf the web on your terms”。
擴展截圖
下載Negotiator擴展crx文件
下載Negotiator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Custom cleaning/blocking of the HTTP requests combining blocking features from RequestPolicy and referer changes from RefControl and lots more.
You must define what to block yourself:
Define filters in pairs of referer-target(optional wildcard) and assign an action.
Actions can be block or one of your custom header operations.
* User-Agent: pass, simple, random, remove
* Cookies: pass, remove
* Accept-Language: pass, remove
Details on the extensions options page. 擴展基本資訊
| 名稱 | |
| ID | lfopjlendebbnfddpgpoaahmpbgmffii |
| 官方網址 | https://chromewebstore.google.com/detail/negotiator/lfopjlendebbnfddpgpoaahmpbgmffii |
| 簡介 | Surf the web on your terms |
| 檔案大小 | 376 KB |
| 安裝次數 | 441 |
| 目前版本 | 0.0.9.3 |
| 更新時間 | 2023-11-14 |
| 上架時間 | 2018-06-23 |
| 評分 | 4.09/5 共 22 次評分 |
| 開發者 | https://silentorbit.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://silentorbit.com/negotiator/ |
| 說明頁面URL | https://silentorbit.com/negotiator/support/ |
| 隱私政策頁面URL | https://github.com/silentorbit/negotiator/blob/master/docs/privacy.md |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.0.9.3",
"name": "Negotiator",
"author": "silentorbit",
"short_name": "Negotiator",
"minimum_chrome_version": "20.0.0.0",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"description": "Surf the web on your terms",
"browser_action": {
"browser_style": true,
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "Negotiator",
"default_popup": "popup.html"
},
"homepage_url": "http:\/\/silentorbit.com\/negotiator\/",
"background": {
"scripts": [
"script\/shared.js",
"script\/background\/errors.js",
"script\/background\/settings.js",
"script\/background\/export.js",
"script\/background\/filters.js",
"script\/background\/query.js",
"script\/background\/requests.js",
"script\/background\/sync.local.js",
"script\/background\/sync.chrome.js",
"script\/background\/sync.js"
],
"persistent": true
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"webRequest",
"webRequestBlocking",
"tabs",
"storage",
" | |