sonar.js - Fingerprint Generator
Fingerprint generator for the sonar.js project
Co to jest sonar.js - Fingerprint Generator?
sonar.js - Fingerprint Generator to rozszerzenie Chrome opracowane przez https://thehackerblog.com, a jego główną funkcją jest „Fingerprint generator for the sonar.js project”.
Pobierz plik CRX rozszerzenia sonar.js - Fingerprint Generator
Pobierz pliki rozszerzeń sonar.js - Fingerprint Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Fingerprint generator Chrome extension for the sonar.js project.
For more information, see:
https://github.com/mandatoryprogrammer/sonar.js Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pmijnndljolchjlfcncaeoejfpjjagef |
| Oficjalny URL | https://chromewebstore.google.com/detail/sonarjs-fingerprint-gener/pmijnndljolchjlfcncaeoejfpjjagef |
| Opis | Fingerprint generator for the sonar.js project |
| Rozmiar pliku | 421 KB |
| Liczba instalacji | 111 |
| Aktualna Wersja | 0.1.3 |
| Ostatnia Aktualizacja | 2015-09-07 |
| Data Publikacji | 2015-09-07 |
| Ocena | 3.00/5 Łącznie 1 Oceny |
| Deweloper | https://thehackerblog.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/mandatoryprogrammer/sonar |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "sonar.js - Fingerprint Generator",
"version": "0.1.3",
"manifest_version": 2,
"description": "Fingerprint generator for the sonar.js project",
"homepage_url": "https:\/\/github.com\/mandatoryprogrammer\/sonar.js",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "browser action demo",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |