Negotiator

Surf the web on your terms

Was ist Negotiator?

Negotiator ist eine Chrome-Erweiterung, die von https://silentorbit.com entwickelt wurde, und ihr Hauptmerkmal ist "Surf the web on your terms".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Negotiator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Negotiator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Negotiator Negotiator
ID lfopjlendebbnfddpgpoaahmpbgmffii
Offizielle URL https://chromewebstore.google.com/detail/negotiator/lfopjlendebbnfddpgpoaahmpbgmffii
Beschreibung Surf the web on your terms
Dateigröße 376 KB
Installationsanzahl 441
Aktuelle Version 0.0.9.3
Letztes Update 2023-11-14
Veröffentlichungsdatum 2018-06-23
Bewertung 4.09/5 Insgesamt 22 Bewertungen
Entwickler https://silentorbit.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://silentorbit.com/negotiator/
Hilfeseite URL https://silentorbit.com/negotiator/support/
URL der Datenschutzrichtlinien-Seite https://github.com/silentorbit/negotiator/blob/master/docs/privacy.md
Unterstützte Sprachen 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"
}