sonar.js - Fingerprint Generator
Fingerprint generator for the sonar.js project
sonar.js - Fingerprint Generatorคืออะไร?
sonar.js - Fingerprint Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thehackerblog.com และคุณลักษณะหลักของมันคือ "Fingerprint generator for the sonar.js project"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย sonar.js - Fingerprint Generator
ดาวน์โหลดไฟล์ส่วนขยาย sonar.js - Fingerprint Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fingerprint generator Chrome extension for the sonar.js project.
For more information, see:
https://github.com/mandatoryprogrammer/sonar.js ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pmijnndljolchjlfcncaeoejfpjjagef |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sonarjs-fingerprint-gener/pmijnndljolchjlfcncaeoejfpjjagef |
| คำอธิบาย | Fingerprint generator for the sonar.js project |
| ขนาดไฟล์ | 421 KB |
| จำนวนการติดตั้ง | 111 |
| เวอร์ชันปัจจุบัน | 0.1.3 |
| อัปเดตครั้งล่าสุด | 2015-09-07 |
| วันที่เผยแพร่ | 2015-09-07 |
| คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://thehackerblog.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/mandatoryprogrammer/sonar |
| ภาษาที่รองรับ | 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"
]
}
]
} | |