Negotiator

Surf the web on your terms

Negotiator क्या है?

Negotiator https://silentorbit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Surf the web on your terms"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Negotiator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}