INFO 5303 fake location extension

fake user location

Wat is INFO 5303 fake location extension?

INFO 5303 fake location extension is een Chrome-extensie ontwikkeld door yc2378, en de belangrijkste functie is "fake user location".

Download het CRX-bestand van de extensie INFO 5303 fake location extension

Download INFO 5303 fake location extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam INFO 5303 fake location extension INFO 5303 fake location extension
ID nnmajmkbknpbfdmeomfkogjoopkoonfh
Officiële URL https://chrome.google.com/webstore/detail/info-5303-fake-location-e/nnmajmkbknpbfdmeomfkogjoopkoonfh
Beschrijving fake user location
Bestandsgrootte 867 KB
Aantal Installaties 312
Huidige Versie 0.21
Laatst Bijgewerkt 2018-05-14
Publicatiedatum 2018-05-14
Beoordeling 2.00/5 Totaal 3 Beoordelingen
Ontwikkelaar yc2378
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}