The captcha solver made by and for japanese high school girls!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
785 B

{
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"update_url": "https://git.coom.tech/fuckjannies/lolipiss/raw/branch/%E4%B8%AD%E5%87%BA%E3%81%97/firefox_update.json"
}
},
"name": "PngExtraEmbedder",
"description": "Discover embedded files on 4chan and archives!",
"version": "0.001",
"icons": {
"64": "1449696017588.png"
},
"permissions": ["https://*.4chan.org/*", "https://*.4channel.org/*"],
"content_scripts": [
{
"matches": ["https://*.4chan.org/*", "https://*.4channel.org/*"],
"css": [],
"run_at": "document_end",
"js": [
"polyfill.min.js",
"dist/weights.js",
"dist/model.js",
"dist/main.js"
]
}
],
"web_accessible_resources": ["*.html", "*.js"]
}