Quit Ads

Customizable Ad-Blocker For Iranian Ad Networks

What is Quit Ads?

Quit Ads is a Chrome extension developed by http://quitads.com, and its main feature is "Customizable Ad-Blocker For Iranian Ad Networks".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Quit Ads Extension CRX File

Download Quit 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

                        An Ad blocker to block all of pop ups and display banner ads.                    

Extension Basic Information

Name Quit Ads Quit Ads
ID ofghhnbofeikimcojopaliekghnifcen
Official URL https://chrome.google.com/webstore/detail/quit-ads/ofghhnbofeikimcojopaliekghnifcen
Description Customizable Ad-Blocker For Iranian Ad Networks
File Size 979 KB
Installation Count 27
Current Version 0.0.0.3
Last Updated 2017-08-22
Publish Date 2017-08-22
Rating 5.00/5 Total 2 Ratings
Developer http://quitads.com
Email [email protected]
Payment Type free
Extension Website http://quitads.com
Supported Languages
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quit Ads",
    "description": "Customizable Ad-Blocker For Iranian Ad Networks",
    "version": "0.0.0.3",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-48x48.png",
        "128": "icons\/ms-icon-128x128.png"
    },
    "background": {
        "scripts": [
            "core.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "runat": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/favicon-16x16.png"
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}