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",
"background": {
"service_worker": "background.js"
},
"name": "Google SERP Checker Tool & serp stat API",
"description": "Free SEO tools to check SERP (Search Engine Result Page) in Google with CSV exprot. Analyse SEO keyword and web ranking easily.",
"homepage_url": "https:\/\/aranking.io\/",
"action": {
"default_title": "Drink Water Event",
"default_popup": "popup.html"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"activeTab"
],
"version": "0.0.0.1",
"manifest_version": 3,
"content_scripts": [
{
"js": [
"\/assets\/js\/jquery.min.js",
"\/assets\/js\/content-script.js"
],
"matches": [
"https:\/\/www.google.com\/*"
],
"run_at": "document_end"
}
]
}