mirror of
https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension.git
synced 2024-11-22 08:03:49 +00:00
changes: for 1.2.1
This commit is contained in:
parent
5a84fdf7bc
commit
de44207f3a
@ -2,6 +2,10 @@
|
||||
|
||||
[Back to README.md](README.md)
|
||||
|
||||
## 1.2.1
|
||||
- scrap everything found better method of removing brave field without cloning
|
||||
- reverse code to block brave Solana/EVMwallets instead ask the user to disable them manually if he wishes better privacy
|
||||
|
||||
## 1.1.9
|
||||
- scrap everything found better method of removing brave field without cloning
|
||||
- reverse code to block brave Solana/EVMwallets instead ask the user to disable them manually if he wishes better privacy
|
||||
|
@ -3,8 +3,8 @@
|
||||
"name": "__MSG_appName__",
|
||||
"description": "__MSG_appDesc__",
|
||||
"default_locale": "en",
|
||||
"version": "1.1.9",
|
||||
"version_name": "1.1.9",
|
||||
"version": "1.2.1",
|
||||
"version_name": "1.2.1",
|
||||
"permissions": [],
|
||||
"content_scripts": [
|
||||
{
|
||||
@ -28,7 +28,7 @@
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": [ "block-script.js" ],
|
||||
"matches": [ "https://*/*" ]
|
||||
"matches": [ "https://*/*", "http://*/*" ]
|
||||
}
|
||||
],
|
||||
"icons": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "brave-detection-blocker",
|
||||
"version": "1.1.9",
|
||||
"version": "1.2.0",
|
||||
"description": "Brave extension to block detection of brave browser.",
|
||||
"main": "block-script.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user