No more Ads

Simple ad-blocker

What is No more Ads?

No more Ads is a Chrome extension developed by aeskiocak, and its main feature is "Simple ad-blocker".

Extension Screenshots

screenshot
screenshot

Download No more Ads Extension CRX File

Download No more Ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension provides simple Ad-Blocker functionality. 
It is totally free and available for everyone.                    

Extension Basic Information

Name No more Ads No more Ads
ID eccimakjijahpmhjnfbhbghkpdaohcic
Official URL https://chromewebstore.google.com/detail/no-more-ads/eccimakjijahpmhjnfbhbghkpdaohcic
Description Simple ad-blocker
File Size 65.97 KB
Installation Count 245
Current Version 2.1
Last Updated 2021-03-15
Publish Date 2020-08-24
Rating 3.67/5 Total 3 Ratings
Developer aeskiocak
Email [email protected]
Payment Type free
Extension Website https://github.com/alieskiocak/no-more-ads/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No more Ads",
    "version": "2.1",
    "description": "Simple ad-blocker",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "background": {
        "scripts": [
            "blocked_domains.js",
            "background.js",
            "jquery.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/odatv4.com\/",
                "*:\/\/odatv.com\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}