Negotiator

Surf the web on your terms

Negotiator란 무엇입니까?

Negotiator은(는) https://silentorbit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Surf the web on your terms"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Negotiator Negotiator
ID lfopjlendebbnfddpgpoaahmpbgmffii
공식 URL 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",
        ""
    ],
    "incognito": "spanning"
}