Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Swiper",
"version": "2.0",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"content_scripts": [
{
"js": [
"js\/jquery-3.6.0.min.js",
"js\/jquery.typetype.min.js",
"js\/crypto-js.min.js",
"js\/main.js"
],
"css": [
"css\/main.css"
],
"matches": [
"https:\/\/tinder.com\/*",
"https:\/\/*.tinder.com\/*",
"https:\/\/*.lovoo.com\/*",
"https:\/\/lovoo.com\/*",
"https:\/\/*.badoo.com\/*",
"https:\/\/badoo.com\/*",
"https:\/\/*.bumble.com\/*",
"https:\/\/bumble.com\/*"
],
"resources": [
"hello.html"
],
"run_at": "document_end"
}
]
}