By: xyss
Inspect and view changes in Clean Youtube links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Clean Youtube links",
"version": "1.0",
"description": "Replaces the Youtube redirect tracking link with the actual link",
"icons": {
"48": "icons/image-48.png"
},
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*"
],
"js": [
"app.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{d36bb1a2-ae24-4d84-8da3-e9327f1b2a1b}"
}
}
} Best Clean Youtube links Alternatives
Here are some Firefox add-ons that are similar to Clean Youtube links:
anti-youtube-redirect
Xylight
YouTube Longs
Crabby
YouTube No Redirect!
Navin
Youtube blind redirect
0x08
Link redirector for Youtube links
Stuart
Invidio Quick Redirect
Austin Moore
Don't track me YouTube
Ensorid
Embedded Redirect
datagonerogue
Yewtu.be
GoNXaS
LinkReplacer
ShimmyMySherbet
Skip Google Redirect
Chandrion
YouTube Shorts URL Redirect
src