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": 2,
"name": "Anime Hunter",
"short_name": "Anime Hunter",
"description": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u044f\u0435\u0442 \u0432\u0430\u0441 \u043e \u0441\u0432\u0435\u0436\u0438\u0445 \u0441\u0435\u0440\u0438\u044f\u0445 \u0430\u043d\u0438\u043c\u0435 \u0432\u044b\u0448\u0435\u0434\u0448\u0438\u0445 \u043d\u0430 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0445 \u0444\u0430\u043d\u0434\u0430\u0431 \u0441\u0430\u0439\u0442\u0430\u0445",
"version": "0.1.4.11",
"background": {
"scripts": [
"js\/jquery-3.3.1.min.js",
"js\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"css\/style.css"
],
"js": [
"js\/jquery-3.3.1.min.js",
"js\/inject.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_icon": "logo2.png",
"default_popup": "popup.html"
},
"icons": {
"16": "logo2.png",
"48": "logo2.png",
"128": "logo2.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"tabs"
]
}