Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Domain Age Checker Google SERP - Semantic Pen",
"description": "Find & highlight domains under 4 years old on Google SERP for SEO analysis.",
"version": "2.2",
"permissions": [
"storage",
"activeTab",
"tabs"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.google.com\/search*",
"*:\/\/google.com\/search*"
],
"exclude_matches": [
"*:\/\/www.google.com\/maps*",
"*:\/\/www.google.com\/images*"
],
"js": [
"review.js",
"contentv3.js"
],
"css": [
"style.css"
]
}
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"icon.png",
"images\/SemanticPenHomePage.png"
],
"matches": [
"https:\/\/*.google.com\/*",
"https:\/\/*.google.ad\/*",
"https:\/\/*.google.ae\/*",
"https:\/\/*.google.am\/*",
"https:\/\/*.google.at\/*",
"https:\/\/*.google.az\/*",
"https:\/\/*.google.ba\/*",
"https:\/\/*.google.be\/*",
"https:\/\/*.google.bf\/*",
"https:\/\/*.google.bg\/*",
"https:\/\/*.google.bo\/*",
"https:\/\/*.google.br\/*",
"https:\/\/*.google.by\/*",
"https:\/\/*.google.ca\/*",
"https:\/\/*.google.cd\/*",
"https:\/\/*.google.cf\/*",
"https:\/\/*.google.cg\/*",
"https:\/\/*.google.ch\/*",
"https:\/\/*.google.ci\/*",
"https:\/\/*.google.cl\/*",
"https:\/\/*.google.cm\/*",
"https:\/\/*.google.cn\/*",
"https:\/\/*.google.co.ao\/*",
"https:\/\/*.google.co.bw\/*",
"https:\/\/*.google.co.ck\/*",
"https:\/\/*.google.co.cr\/*",
"https:\/\/*.google.co.id\/*",
"https:\/\/*.google.co.il\/*",
"https:\/\/*.google.co.jp\/*",
"https:\/\/*.google.co.ke\/*",
"https:\/\/*.google.co.kr\/*",
"https:\/\/*.google.co.ls\/*",
"https:\/\/*.google.co.ma\/*",
"https:\/\/*.google.co.mz\/*",
"https:\/\/*.google.co.na\/*",
"https:\/\/*.google.co.nz\/*",
"https:\/\/*.google.co.th\/*",
"https:\/\/*.google.co.tz\/*",
"https:\/\/*.google.co.ug\/*",
"https:\/\/*.google.co.uk\/*",
"https:\/\/*.google.co.uz\/*",
"https:\/\/*.google.co.ve\/*",
"https:\/\/*.google.co.za\/*",
"https:\/\/*.google.co.zm\/*",
"https:\/\/*.google.co.zw\/*",
"https:\/\/*.google.com.af\/*",
"https:\/\/*.google.com.ag\/*",
"https:\/\/*.google.com.ai\/*",
"https:\/\/*.google.com.ar\/*",
"https:\/\/*.google.com.au\/*",
"https:\/\/*.google.com.bd\/*",
"https:\/\/*.google.com.bh\/*",
"https:\/\/*.google.com.bn\/*",
"https:\/\/*.google.com.bo\/*",
"https:\/\/*.google.com.br\/*",
"https:\/\/*.google.com.bt\/*",
"https:\/\/*.google.com.co\/*",
"https:\/\/*.google.com.cu\/*",
"https:\/\/*.google.com.cy\/*",
"https:\/\/*.google.com.do\/*",
"https:\/\/*.google.com.ec\/*",
"https:\/\/*.google.com.eg\/*",
"https:\/\/*.google.com.et\/*",
"https:\/\/*.google.com.fj\/*",
"https:\/\/*.google.com.gh\/*",
"https:\/\/*.google.com.gi\/*",
"https:\/\/*.google.com.gt\/*",
"https:\/\/*.google.com.hk\/*",
"https:\/\/*.google.com.jm\/*",
"https:\/\/*.google.com.kh\/*",
"https:\/\/*.google.com.kw\/*",
"https:\/\/*.google.com.lb\/*",
"https:\/\/*.google.com.lc\/*",
"https:\/\/*.google.com.ly\/*",
"https:\/\/*.google.com.mk\/*",
"https:\/\/*.google.com.mm\/*",
"https:\/\/*.google.com.mt\/*",
"https:\/\/*.google.com.na\/*",
"https:\/\/*.google.com.ng\/*",
"https:\/\/*.google.com.ni\/*",
"https:\/\/*.google.com.np\/*",
"https:\/\/*.google.com.om\/*",
"https:\/\/*.google.com.pa\/*",
"https:\/\/*.google.com.pe\/*",
"https:\/\/*.google.com.pg\/*",
"https:\/\/*.google.com.ph\/*",
"https:\/\/*.google.com.pk\/*",
"https:\/\/*.google.com.pr\/*",
"https:\/\/*.google.com.py\/*",
"https:\/\/*.google.com.qa\/*",
"https:\/\/*.google.com.ro\/*",
"https:\/\/*.google.com.sa\/*",
"https:\/\/*.google.com.sb\/*",
"https:\/\/*.google.com.sg\/*",
"https:\/\/*.google.com.sl\/*",
"https:\/\/*.google.com.sv\/*",
"https:\/\/*.google.com.tj\/*",
"https:\/\/*.google.com.tn\/*",
"https:\/\/*.google.com.tr\/*",
"https:\/\/*.google.com.tw\/*",
"https:\/\/*.google.com.ua\/*",
"https:\/\/*.google.com.uy\/*",
"https:\/\/*.google.com.vc\/*",
"https:\/\/*.google.com.vn\/*",
"https:\/\/*.google.com.ws\/*",
"https:\/\/*.google.co.in\/*",
"https:\/\/*.google.co.th\/*",
"https:\/\/*.google.co.za\/*",
"https:\/\/*.google.co.zw\/*"
],
"use_dynamic_url": true
}
]
}