├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── content.js ├── icon.png ├── index.css ├── index.html ├── index.js └── manifest.json /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kananinirav/Youtube-AdBlocker/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kananinirav/Youtube-AdBlocker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kananinirav/Youtube-AdBlocker/HEAD/README.md -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kananinirav/Youtube-AdBlocker/HEAD/content.js -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kananinirav/Youtube-AdBlocker/HEAD/icon.png -------------------------------------------------------------------------------- /index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kananinirav/Youtube-AdBlocker/HEAD/index.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kananinirav/Youtube-AdBlocker/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kananinirav/Youtube-AdBlocker/HEAD/index.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kananinirav/Youtube-AdBlocker/HEAD/manifest.json --------------------------------------------------------------------------------