Build 6.4.15

main
Elbert Alias 4 years ago
parent 89a79fa2a9
commit 3097ddcde8

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.4.14",
"version": "6.4.15",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -54,7 +54,7 @@ const Driver = {
),
tabs: {},
robots: await getOption('robots', {}),
ads: await getOption('ads', []),
ads: {},
}
chrome.browserAction.setBadgeBackgroundColor({ color: '#6B39BD' }, () => {})
@ -460,8 +460,6 @@ const Driver = {
*/
async onAd(ad) {
Driver.cache.ads.push(ad)
await setOption('ads', Driver.cache.ads)
},
/**
@ -699,8 +697,6 @@ const Driver = {
if (Driver.cache.ads.length > 50) {
await Driver.post('https://ad.wappalyzer.com/log/wp/', Driver.cache.ads)
await setOption('ads', (Driver.cache.ads = []))
}
}
},

@ -4,7 +4,7 @@
"author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com/",
"description": "Identify web technologies",
"version": "6.4.14",
"version": "6.4.15",
"default_locale": "en",
"manifest_version": 2,
"icons": {

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.4.14",
"version": "6.4.15",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -2974,31 +2974,31 @@
},
"website": "https://www.classy.org/"
},
"Clearbit Reveal": {
"cats": [
10
],
"description": "Clearbit Reveal identifies anonymous visitors to websites.",
"icon": "Clearbit.png",
"scripts": [
"reveal\\.clearbit\\.com/v[(0-9)]/"
],
"website": "https://clearbit.com/reveal"
},
"ClearSale": {
"cats": [
10
],
"description": "ClearSale offers fraud management and chargeback protection services.",
"icon": "ClearSale.svg",
"js": {
"window.csdm": "\\;confidence:50"
},
"scripts": [
"device\\.clearsale\\.com\\.br"
],
"icon": "ClearSale.svg",
"website": "https://www.clear.sale/"
},
"Clearbit Reveal": {
"cats": [
10
],
"description": "Clearbit Reveal identifies anonymous visitors to websites.",
"icon": "Clearbit.png",
"scripts": [
"reveal\\.clearbit\\.com/v[(0-9)]/"
],
"website": "https://clearbit.com/reveal"
},
"ClickFunnels": {
"cats": [
32
@ -5180,30 +5180,30 @@
},
"website": "https://www.foroshgostar.com"
},
"Fortune3": {
"cats": [
6
],
"html": "(?:<link [^>]*href=\"[^\\/]*\\/\\/www\\.fortune3\\.com\\/[^\"]*siterate\\/rate\\.css|Powered by <a [^>]*href=\"[^\"]+fortune3\\.com)",
"icon": "Fortune3.png",
"scripts": "cartjs\\.php\\?(?:.*&)?s=[^&]*myfortune3cart\\.com",
"website": "http://fortune3.com"
},
"Forter": {
"cats": [
10
],
"description": "Forter provides fraud prevention technology for online retailers and marketplaces.",
"scripts": "forter\\.com",
"cookies": {
"forterToken": ""
},
"description": "Forter provides fraud prevention technology for online retailers and marketplaces.",
"icon": "Forter.svg",
"js": {
"window.ftr__startScriptLoad": ""
},
"icon": "Forter.svg",
"scripts": "forter\\.com",
"website": "https://www.forter.com/"
},
"Fortune3": {
"cats": [
6
],
"html": "(?:<link [^>]*href=\"[^\\/]*\\/\\/www\\.fortune3\\.com\\/[^\"]*siterate\\/rate\\.css|Powered by <a [^>]*href=\"[^\"]+fortune3\\.com)",
"icon": "Fortune3.png",
"scripts": "cartjs\\.php\\?(?:.*&)?s=[^&]*myfortune3cart\\.com",
"website": "http://fortune3.com"
},
"Foswiki": {
"cats": [
8
@ -7643,21 +7643,6 @@
},
"website": "http://alias.io"
},
"Kount": {
"cats": [
10
],
"description": "Kount is a suite of fraud detection and prevention solutions for ecommerce businesses.",
"scripts": [
"shopify\\.kount\\.net/js"
],
"js": {
"ka.ClientSDK": "",
"ka.collectData": ""
},
"icon": "Kount.svg",
"website": "https://kount.com/"
},
"Komodo CMS": {
"cats": [
1
@ -7700,6 +7685,21 @@
"scripts": "kotisivukone(?:\\.min)?\\.js",
"website": "http://www.kotisivukone.fi"
},
"Kount": {
"cats": [
10
],
"description": "Kount is a suite of fraud detection and prevention solutions for ecommerce businesses.",
"icon": "Kount.svg",
"js": {
"ka.ClientSDK": "",
"ka.collectData": ""
},
"scripts": [
"shopify\\.kount\\.net/js"
],
"website": "https://kount.com/"
},
"Kubernetes Dashboard": {
"cats": [
47
@ -10453,15 +10453,15 @@
],
"cpe": "cpe:/a:paypal:paypal",
"description": "PayPal is an online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.",
"html": "<input[^>]+_s-xclick",
"dom": {
"img[src*='paypal.com'], img[src*='paypalobjects.com']": {
"text": ""
},
"button": {
"text": "PayPal"
},
"img[src*='paypal.com'], img[src*='paypalobjects.com']": {
"text": ""
}
},
"html": "<input[^>]+_s-xclick",
"icon": "PayPal.svg",
"js": {
"PAYPAL": ""

Loading…
Cancel
Save