INFO 5303 fake location extension

fake user location

What is INFO 5303 fake location extension?

INFO 5303 fake location extension is a Chrome extension developed by yc2378, and its main feature is "fake user location".

Download INFO 5303 fake location extension Extension CRX File

Download INFO 5303 fake location extension 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

                        Protect location privacy by faking location based on user input of latitude and longitude.                    

Extension Basic Information

Name INFO 5303 fake location extension INFO 5303 fake location extension
ID nnmajmkbknpbfdmeomfkogjoopkoonfh
Official URL https://chrome.google.com/webstore/detail/info-5303-fake-location-e/nnmajmkbknpbfdmeomfkogjoopkoonfh
Description fake user location
File Size 867 KB
Installation Count 312
Current Version 0.21
Last Updated 2018-05-14
Publish Date 2018-05-14
Rating 2.00/5 Total 3 Ratings
Developer yc2378
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "INFO 5303 fake location extension",
    "description": "fake user location",
    "version": "0.21",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/logo1.png",
        "128": "icons\/logo1.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo1.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "icons\/logo1.png"
    ],
    "permissions": [
        "declarativeContent",
        "identity",
        "notifications",
        "webNavigation",
        "storage",
        "geolocation",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "http:\/\/127.0.0.1:8000\/"
    ],
    "background": {
        "scripts": [
            "background-bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-bundle.js"
            ],
            "run_at": "document_start"
        }
    ]
}