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)
|
[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
|
## 1.1.9
|
||||||
- scrap everything found better method of removing brave field without cloning
|
- 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
|
- 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__",
|
"name": "__MSG_appName__",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"version": "1.1.9",
|
"version": "1.2.1",
|
||||||
"version_name": "1.1.9",
|
"version_name": "1.2.1",
|
||||||
"permissions": [],
|
"permissions": [],
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
{
|
{
|
||||||
"resources": [ "block-script.js" ],
|
"resources": [ "block-script.js" ],
|
||||||
"matches": [ "https://*/*" ]
|
"matches": [ "https://*/*", "http://*/*" ]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icons": {
|
"icons": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "brave-detection-blocker",
|
"name": "brave-detection-blocker",
|
||||||
"version": "1.1.9",
|
"version": "1.2.0",
|
||||||
"description": "Brave extension to block detection of brave browser.",
|
"description": "Brave extension to block detection of brave browser.",
|
||||||
"main": "block-script.js",
|
"main": "block-script.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user