Code Monkey home page Code Monkey logo

ad-blocker-chrome-extension's Introduction

ad-blocker-chrome-extension

This ad blocker can block all ads on any website without getting detected

adblocker

How to use it?

  • Download this repo as a ZIP file from GitHub.
  • Unzip the file.
  • In Chrome go to the extensions page (chrome://extensions).
  • Enable Developer Mode.
  • Click on "Load Unpacked" button and select the folder where you extracted the Zip to import it
  • That's all

ad-blocker-chrome-extension's People

Contributors

apoorvgit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ad-blocker-chrome-extension's Issues

Use new version for Chrome!

Hello:
I need one chrome extension in CRX format for Windows 10 (Version 21H2).
My current chrome browser version is: Version 103.0.5060.114 (Official Build) (64-bit)
When I tried to load your extension, I got warning from Chrome developer tools, the version 2 is depreated, so I changed it to use version 3, like the following:
{
"name": "Ad Blocker",
"description": "Blocks ads on any website",
"manifest_version": 3,
"version": "1.01",
"background": {
"scripts": ["blockedsites.js", "script.js"]
},
"icons": {
"128" : "logo.PNG"
},
"permissions": ["webRequest", "webRequestBlocking", "http:///", "https:///"]
}

Then, this time, Chrome developer tools directly refused it with the reason:
The "background.scripts" key cannot be used with manifest_version 3. Use the "background.service_worker" key instead.
Could not load manifest.
I learned the extension for a few days last year, but I didn't encounter such issue, as last year version 2.0 was OK.
But for the time being, it seems version 2.0 is not OK any more.
Can you please modify your code to use "background.service_worker"?
Thanks,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.