PEE/chrome/manifest.json

118 lines
3.2 KiB
JSON
Raw Normal View History

2022-05-02 19:07:24 +00:00
{
"manifest_version": 3,
2022-05-02 19:07:24 +00:00
"name": "PngExtraEmbedder",
"description": "Discover embedded files on 4chan and archives!",
2022-06-08 22:47:57 +00:00
"version": "0.233",
2022-05-02 19:07:24 +00:00
"icons": {
"64": "1449696017588.png"
},
"permissions": [
2022-06-08 22:50:52 +00:00
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
2022-05-02 19:07:24 +00:00
"https://*.coom.tech/*",
"https://boards.4channel.org/*",
"https://boards.4chan.org/*",
"https://desuarchive.org/*",
"https://archived.moe/*",
"https://archive.nyafuu.org/*",
"https://arch.b4k.co/*",
"https://archive.wakarimasen.moe/*",
"https://b4k.co/*",
"https://fireden.net/*",
"https://thebarchive.com/*",
"https://archiveofsins.com/*",
"https://catbox.moe/*",
"https://zz.ht/*",
"https://take-me-to.space/*",
"https://*.4cdn.org/*",
"https://*.desuarchive.org/*",
"https://*.archived.moe/*",
"https://*.archive.nyafuu.org/*",
"https://*.b4k.co/*",
"https://*.wakarimasen.moe/*",
"https://*.fireden.net/*",
"https://*.thebarchive.com/*",
"https://*.archiveofsins.com/*",
"https://*.catbox.moe/*",
"https://*.zz.ht/*",
"https://*.imouto.kawaii.su/*",
"https://*.take-me-to.space/*",
"https://*.gelbooru.com/*",
"https://*.yande.re/*",
"https://*.sankakucomplex.com/*",
"https://*.rule34.xxx/*",
"https://*.donmai.us/*",
"https://*.lolibooru.moe/*",
"https://*.allthefallen.moe/*",
"https://desu-usergeneratedcontent.xyz/*"
2022-05-02 19:07:24 +00:00
],
"web_accessible_resources": [
{
"resources": [
"*.html",
"*.js"
],
"matches": [
"<all_urls>"
]
}
],
2022-05-02 19:07:24 +00:00
"content_scripts": [
{
"matches": [
"https://*.coom.tech/*",
"https://boards.4channel.org/*",
"https://boards.4chan.org/*",
"https://desuarchive.org/*",
"https://archived.moe/*",
"https://archive.nyafuu.org/*",
"https://arch.b4k.co/*",
"https://archive.wakarimasen.moe/*",
"https://b4k.co/*",
"https://fireden.net/*",
"https://thebarchive.com/*",
"https://archiveofsins.com/*",
"https://catbox.moe/*",
"https://zz.ht/*",
"https://take-me-to.space/*",
"https://*.4cdn.org/*",
"https://*.desuarchive.org/*",
"https://*.archived.moe/*",
"https://*.archive.nyafuu.org/*",
"https://*.b4k.co/*",
"https://*.wakarimasen.moe/*",
"https://*.fireden.net/*",
"https://*.thebarchive.com/*",
"https://*.archiveofsins.com/*",
"https://*.catbox.moe/*",
"https://*.zz.ht/*",
"https://*.imouto.kawaii.su/*",
"https://*.take-me-to.space/*",
"https://*.gelbooru.com/*",
"https://*.yande.re/*",
"https://*.sankakucomplex.com/*",
"https://*.rule34.xxx/*",
"https://*.donmai.us/*",
"https://*.lolibooru.moe/*",
"https://*.allthefallen.moe/*",
"https://desu-usergeneratedcontent.xyz/*"
2022-05-02 19:07:24 +00:00
],
"css": [],
"run_at": "document_start",
"js": [
"dist/main.js"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "rule1",
"enabled": true,
"path": "b4k-csp.json"
}
2022-05-02 19:07:24 +00:00
]
}
2022-06-08 22:50:52 +00:00
}