제작자: mitrouille Add-on
Inspect and view changes in Deviation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Deviation",
"version": "0.0.1",
"description": "Redirect all YouTube URLs to alternative frontends",
"icons": {
"512": "src/assets/logo.svg"
},
"action": {
"default_icon": {
"512": "src/assets/logo.svg"
},
"default_popup": "src/popup/index.html"
},
"permissions": [
"tabs",
"scripting",
"activeTab",
"storage"
],
"commands": {
"open_alt_frontend": {
"suggested_key": {
"default": "Alt+J"
}
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/main.js"
]
}
],
"background": {
"scripts": [
"src/backgrounds/setDefaultURL.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "deviation@dimitrichauvel",
"strict_min_version": "109.0"
}
}
} 최고의 Deviation 대안
다음은 Deviation과(와) 유사한 Firefox add-on입니다:
Youtube Piped redirect
tushisvet
Youtube -> Piped redirect (minimal permissions)
tushisvet
YouTube Alternative Switch
willswats
Piped Redirects
Kavin
Piped Redirect
Janigma
Piped Watch
Debet
YT Siphon
f3.al
Privacy Redirector
bennett
YouTube Link Modifier
tera
YoutubeToPiped
GreenGoblin456
redirector - watch YT@invidious
puresick
PipedPlayer
Jacoblightning3