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",
"manifest_version": 3,
"name": "Easy Batoto Reloader",
"version": "1.0",
"description": "Fix images not loading on Bato + all the mirror websites",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.ato.to\/*",
"*:\/\/*.dto.to\/*",
"*:\/\/*.fto.to\/*",
"*:\/\/*.hto.to\/*",
"*:\/\/*.jto.to\/*",
"*:\/\/*.lto.to\/*",
"*:\/\/*.mto.to\/*",
"*:\/\/*.nto.to\/*",
"*:\/\/*.vto.to\/*",
"*:\/\/*.wto.to\/*",
"*:\/\/*.xto.to\/*",
"*:\/\/*.yto.to\/*",
"*:\/\/*.vba.to\/*",
"*:\/\/*.wba.to\/*",
"*:\/\/*.xba.to\/*",
"*:\/\/*.yba.to\/*",
"*:\/\/*.zba.to\/*",
"*:\/\/*.bato.ac\/*",
"*:\/\/*.bato.bz\/*",
"*:\/\/*.bato.cc\/*",
"*:\/\/*.bato.cx\/*",
"*:\/\/*.bato.id\/*",
"*:\/\/*.bato.pw\/*",
"*:\/\/*.bato.sh\/*",
"*:\/\/*.bato.to\/*",
"*:\/\/*.bato.vc\/*",
"*:\/\/*.bato.day\/*",
"*:\/\/*.bato.red\/*",
"*:\/\/*.bato.run\/*",
"*:\/\/*.batoto.in\/*",
"*:\/\/*.batoto.tv\/*",
"*:\/\/*.batotoo.com\/*",
"*:\/\/*.batotwo.com\/*",
"*:\/\/*.batpub.com\/*",
"*:\/\/*.batread.com\/*",
"*:\/\/*.battwo.com\/*",
"*:\/\/*.xbato.com\/*",
"*:\/\/*.xbato.net\/*",
"*:\/\/*.xbato.org\/*",
"*:\/\/*.zbato.com\/*",
"*:\/\/*.zbato.net\/*",
"*:\/\/*.zbato.org\/*",
"*:\/\/*.comiko.net\/*",
"*:\/\/*.comiko.org\/*",
"*:\/\/*.mangatoto.com\/*",
"*:\/\/*.mangatoto.net\/*",
"*:\/\/*.mangatoto.org\/*",
"*:\/\/*.batocomic.com\/*",
"*:\/\/*.batocomic.net\/*",
"*:\/\/*.batocomic.org\/*",
"*:\/\/*.readtoto.com\/*",
"*:\/\/*.readtoto.net\/*",
"*:\/\/*.readtoto.org\/*",
"*:\/\/*.kuku.to\/*",
"*:\/\/*.okok.to\/*",
"*:\/\/*.ruru.to\/*",
"*:\/\/*.xdxd.to\/*",
"*:\/\/*.bato.si\/*",
"*:\/\/*.bato.ing\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "16x16.png",
"32": "32x32.png",
"48": "48x48.png",
"64": "64x64.png",
"128": "128x128.png"
}
}