mirror of
https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension.git
synced 2024-11-22 08:03:49 +00:00
set: new version for chrome, add getBattery
This commit is contained in:
parent
baa7aaea31
commit
1dcc7cdd60
@ -17,6 +17,7 @@ const primitivesNav = {
|
|||||||
geolocation: window.navigator.geolocation,
|
geolocation: window.navigator.geolocation,
|
||||||
onLine: window.navigator.onLine,
|
onLine: window.navigator.onLine,
|
||||||
sendBeacon: window.navigator.sendBeacon.bind(window.navigator),
|
sendBeacon: window.navigator.sendBeacon.bind(window.navigator),
|
||||||
|
getBattery: window.navigator.getBattery.bind(window.navigator),
|
||||||
};
|
};
|
||||||
|
|
||||||
for (let prop in window.navigator) {
|
for (let prop in window.navigator) {
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"version_name": "1.0.0",
|
"version_name": "1.1.0",
|
||||||
"permissions": [],
|
"permissions": [],
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user