Blend In and Spoof Most Popular Properties

Pretend to be using only the most popular fonts, display, network API, and device properties.

Blend In and Spoof Most Popular Properties क्या है?

Blend In and Spoof Most Popular Properties https://www.browserplugs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pretend to be using only the most popular fonts, display, network API, and device properties."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Blend In and Spoof Most Popular Properties एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension lets you be as average as possible by changing several settings and properties websites can detect with only the single most popular value in the world. Latest release on August 18th, 2018, 

Version 1.7.0 now spoofs and blends-in CPU and memory at the browser client information level, and so now that works inside IFrame Content Windows.

Includes battery spoof and blend in functionality to remain at 100% always charged level. 

Your device will match popular value for the following:

62.85% of all desktop browsers in the United States were Chrome (#2 Safari 31%) 
27% of all desktop resolutions in 2018 were 1366x768 (#2 1920x1080 19%)
67% of all CPUs core count in 2018 were 2 cores (#2 is 4 cores 27%)
32% of all RAM amounts in 2018 were 4GB (#2 8GB 23%)
33% of all language settings for Chrome was en-US (#1 en 52% except on Chrome)

We will continue to watch these stats and make changes to our default values as needed. 1920x1080 resolution will probably be the default resolution soon, as it is steadily gaining popularity and market share but still remains #2. Updated on 8/20/18.

Font spoofing and white list restricts access to detecting installed fonts, other than the default fonts that came with the operating system only.

In addition to using the most common properties, this extension blocks access to certain AudioAPI, WebRTC, Visibility API, and Device Plug-in information.                    

एक्सटेंशन की मूल जानकारी

नाम Blend In and Spoof Most Popular Properties Blend In and Spoof Most Popular Properties
ID pmhjnoimpcanemmhpkoakibmjhdenffk
आधिकारिक URL https://chrome.google.com/webstore/detail/blend-in-and-spoof-most-p/pmhjnoimpcanemmhpkoakibmjhdenffk
विवरण Pretend to be using only the most popular fonts, display, network API, and device properties.
फ़ाइल का आकार 43.77 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2018-08-29
प्रकाशन तिथि 2018-08-29
रेटिंग 3.00/5 कुल 5 रेटिंग्स
डेवलपर https://www.browserplugs.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.browserplugs.com
गोपनीयता नीति पृष्ठ URL https://www.browserplugs.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blend In and Spoof Most Popular Properties",
    "short_name": "BP Blend In for Anti-Fingerprint",
    "version": "1.7.0",
    "author": "Browser Plugs",
    "homepage_url": "https:\/\/www.BrowserPlugs.com",
    "manifest_version": 2,
    "description": "Pretend to be using only the most popular fonts, display, network API, and device properties.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Browser Plugs to blend in with the most popular settings."
    },
    "permissions": [
        "tabs",
        "privacy",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/xFinger.js",
                "js\/xFingerScript.js",
                "js\/bpfonts.js"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/www.google.com\/*",
                "*:\/\/developer.chrome.com\/*",
                "*:\/\/chrome.google.com\/*",
                "file:\/\/*\/*",
                "https:\/\/www.google.com\/maps\/*",
                "https:\/\/www.google.com\/recaptcha\/*",
                "https:\/\/www.gstatic.com\/recaptcha\/*",
                "https:\/\/www.google.com\/intl\/*",
                "https:\/\/developers.google.com\/recaptcha\/*",
                "https:\/\/support.google.com\/recaptcha\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/xFinger.js",
        "js\/xFingerScript.js",
        "js\/bpfonts.js"
    ]
}