Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions GoodProxy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
gdfmbipr:b87b7t83bxoa@38.154.227.167:5868|http
gdfmbipr:b87b7t83bxoa@185.199.228.220:7300|http
gdfmbipr:b87b7t83bxoa@185.199.229.156:7492|http
26 changes: 26 additions & 0 deletions extension/proxy_auth_1/background.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

var config = {
mode: "fixed_servers",
rules: {
singleProxy: {
scheme: "http",
host: "185.199.228.220",
port: parseInt(7300|http)
},
bypassList: ["localhost"]
}
};
chrome.proxy.settings.set({value: config, scope: "regular"}, function() {});
function callbackFn(details) {
return {
authCredentials: {
username: "gdfmbipr",
password: "b87b7t83bxoa"
}
};
}
chrome.webRequest.onAuthRequired.addListener(
callbackFn,
{urls: ["<all_urls>"]},
['blocking']
);
20 changes: 20 additions & 0 deletions extension/proxy_auth_1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"version": "1.0.0",
"manifest_version": 2,
"name": "Chrome Proxy",
"permissions": [
"proxy",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": ["background.js"]
},
"minimum_chrome_version":"22.0.0"
}

26 changes: 26 additions & 0 deletions extension/proxy_auth_10/background.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

var config = {
mode: "fixed_servers",
rules: {
singleProxy: {
scheme: "http",
host: "38.154.227.167",
port: parseInt(5868)
},
bypassList: ["localhost"]
}
};
chrome.proxy.settings.set({value: config, scope: "regular"}, function() {});
function callbackFn(details) {
return {
authCredentials: {
username: "gdfmbipr",
password: "b87b7t83bxoa"
}
};
}
chrome.webRequest.onAuthRequired.addListener(
callbackFn,
{urls: ["<all_urls>"]},
['blocking']
);
20 changes: 20 additions & 0 deletions extension/proxy_auth_10/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"version": "1.0.0",
"manifest_version": 2,
"name": "Chrome Proxy",
"permissions": [
"proxy",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": ["background.js"]
},
"minimum_chrome_version":"22.0.0"
}

26 changes: 26 additions & 0 deletions extension/proxy_auth_2/background.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

var config = {
mode: "fixed_servers",
rules: {
singleProxy: {
scheme: "http",
host: "185.199.229.156",
port: parseInt(7492|http)
},
bypassList: ["localhost"]
}
};
chrome.proxy.settings.set({value: config, scope: "regular"}, function() {});
function callbackFn(details) {
return {
authCredentials: {
username: "gdfmbipr",
password: "b87b7t83bxoa"
}
};
}
chrome.webRequest.onAuthRequired.addListener(
callbackFn,
{urls: ["<all_urls>"]},
['blocking']
);
20 changes: 20 additions & 0 deletions extension/proxy_auth_2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"version": "1.0.0",
"manifest_version": 2,
"name": "Chrome Proxy",
"permissions": [
"proxy",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": ["background.js"]
},
"minimum_chrome_version":"22.0.0"
}

26 changes: 26 additions & 0 deletions extension/proxy_auth_3/background.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

var config = {
mode: "fixed_servers",
rules: {
singleProxy: {
scheme: "http",
host: "38.154.227.167",
port: parseInt(5868|http)
},
bypassList: ["localhost"]
}
};
chrome.proxy.settings.set({value: config, scope: "regular"}, function() {});
function callbackFn(details) {
return {
authCredentials: {
username: "gdfmbipr",
password: "b87b7t83bxoa"
}
};
}
chrome.webRequest.onAuthRequired.addListener(
callbackFn,
{urls: ["<all_urls>"]},
['blocking']
);
20 changes: 20 additions & 0 deletions extension/proxy_auth_3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"version": "1.0.0",
"manifest_version": 2,
"name": "Chrome Proxy",
"permissions": [
"proxy",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": ["background.js"]
},
"minimum_chrome_version":"22.0.0"
}

26 changes: 26 additions & 0 deletions extension/proxy_auth_4/background.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

var config = {
mode: "fixed_servers",
rules: {
singleProxy: {
scheme: "http",
host: "185.199.229.156",
port: parseInt(7492)
},
bypassList: ["localhost"]
}
};
chrome.proxy.settings.set({value: config, scope: "regular"}, function() {});
function callbackFn(details) {
return {
authCredentials: {
username: "gdfmbipr",
password: "b87b7t83bxoa"
}
};
}
chrome.webRequest.onAuthRequired.addListener(
callbackFn,
{urls: ["<all_urls>"]},
['blocking']
);
20 changes: 20 additions & 0 deletions extension/proxy_auth_4/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"version": "1.0.0",
"manifest_version": 2,
"name": "Chrome Proxy",
"permissions": [
"proxy",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": ["background.js"]
},
"minimum_chrome_version":"22.0.0"
}

26 changes: 26 additions & 0 deletions extension/proxy_auth_5/background.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

var config = {
mode: "fixed_servers",
rules: {
singleProxy: {
scheme: "http",
host: "185.199.228.220",
port: parseInt(7300)
},
bypassList: ["localhost"]
}
};
chrome.proxy.settings.set({value: config, scope: "regular"}, function() {});
function callbackFn(details) {
return {
authCredentials: {
username: "gdfmbipr",
password: "b87b7t83bxoa"
}
};
}
chrome.webRequest.onAuthRequired.addListener(
callbackFn,
{urls: ["<all_urls>"]},
['blocking']
);
20 changes: 20 additions & 0 deletions extension/proxy_auth_5/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"version": "1.0.0",
"manifest_version": 2,
"name": "Chrome Proxy",
"permissions": [
"proxy",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": ["background.js"]
},
"minimum_chrome_version":"22.0.0"
}

26 changes: 26 additions & 0 deletions extension/proxy_auth_6/background.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

var config = {
mode: "fixed_servers",
rules: {
singleProxy: {
scheme: "http",
host: "188.74.183.10",
port: parseInt(8279)
},
bypassList: ["localhost"]
}
};
chrome.proxy.settings.set({value: config, scope: "regular"}, function() {});
function callbackFn(details) {
return {
authCredentials: {
username: "gdfmbipr",
password: "b87b7t83bxoa"
}
};
}
chrome.webRequest.onAuthRequired.addListener(
callbackFn,
{urls: ["<all_urls>"]},
['blocking']
);
20 changes: 20 additions & 0 deletions extension/proxy_auth_6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"version": "1.0.0",
"manifest_version": 2,
"name": "Chrome Proxy",
"permissions": [
"proxy",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": ["background.js"]
},
"minimum_chrome_version":"22.0.0"
}

26 changes: 26 additions & 0 deletions extension/proxy_auth_7/background.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

var config = {
mode: "fixed_servers",
rules: {
singleProxy: {
scheme: "http",
host: "154.95.36.199",
port: parseInt(6893)
},
bypassList: ["localhost"]
}
};
chrome.proxy.settings.set({value: config, scope: "regular"}, function() {});
function callbackFn(details) {
return {
authCredentials: {
username: "gdfmbipr",
password: "b87b7t83bxoa"
}
};
}
chrome.webRequest.onAuthRequired.addListener(
callbackFn,
{urls: ["<all_urls>"]},
['blocking']
);
20 changes: 20 additions & 0 deletions extension/proxy_auth_7/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"version": "1.0.0",
"manifest_version": 2,
"name": "Chrome Proxy",
"permissions": [
"proxy",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": ["background.js"]
},
"minimum_chrome_version":"22.0.0"
}

Loading