User agent randomizer

Randomizes the user agent.

What is User agent randomizer?

User agent randomizer is a Chrome extension developed by Spuffynism, and its main feature is "Randomizes the user agent.".

Download User agent randomizer Extension CRX File

Download User agent randomizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Randomizes the user agent http header from a list of common user agent headers

Source code can be found here:
https://github.com/Spuffynism/user-agent-randomizer                    

Extension Basic Information

Name User agent randomizer User agent randomizer
ID hhbnjddgknmbbgjgnefpmhieailomkpd
Official URL https://chrome.google.com/webstore/detail/user-agent-randomizer/hhbnjddgknmbbgjgnefpmhieailomkpd
Description Randomizes the user agent.
File Size 4.37 KB
Installation Count 50
Current Version 1.0
Last Updated 2017-05-14
Publish Date 2017-05-14
Rating 5.00/5 Total 2 Ratings
Developer Spuffynism
Email [email protected]
Payment Type free
Extension Website https://github.com/Spuffynism/user-agent-randomizer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "User agent randomizer",
    "version": "1.0",
    "description": "Randomizes the user agent.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "user_agents.js"
        ]
    },
    "manifest_version": 2
}