By: Nostrum
Inspect and view changes in YouTube via iFrame (ad-free) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "YouTube AdBlock iFrame",
"version": "1.0.1",
"description": "This YouTube AdBlock iFrame module allows you to replace YouTube videos with iframes. Ads are blocked on iframes due to cross-origin resource sharing (CORS) restrictions.",
"icons": {
"32": "icons/icon-32.png",
"96": "icons/icon-96.png"
},
"permissions": [
"*://*.youtube.com/*"
],
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*",
"*://youtube.com/*",
"*://youtu.be/*"
],
"js": [
"main.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{1d8c4bfa-6e76-4bcb-a492-06670fc7179d}"
}
}
} Best YouTube via iFrame (ad-free) Alternatives
Here are some Firefox add-ons that are similar to YouTube via iFrame (ad-free):