Inspect and view changes in Frosty Auto Watch(TurkAnime.tv) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Frosty Auto Watch(TurkAnime.tv)",
"short_name": "FAW",
"version": "1.0",
"description": "TurkAnime.tv web sitesinde bir sonraki animeye otomatik gecis yapip oynatir, boylece yerinizden kalkmadan sezon bitirebilirsiniz.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"worker.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*://*.turkanime.tv/video/*",
"*://*.rapidvideo.com/*",
"*://*.mail.ru/*"
],
"js": [
"jquery.min.js",
"execute.js"
]
}
],
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
}
},
"icons": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
},
"manifest_version": 2
}