Iframe constant removal

Constant Iframe removing to block annoying ads. 0.5 sec delay.

What is Iframe constant removal?

Iframe constant removal is a Chrome extension developed by HashFair, and its main feature is "Constant Iframe removing to block annoying ads. 0.5 sec delay.".

Download Iframe constant removal Extension CRX File

Download Iframe constant removal 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

                        Constant Iframe removing to block annoying ads.
0.5 sec delay.                    

Extension Basic Information

Name Iframe constant removal Iframe constant removal
ID cgbjgnebmafpalandcmmalkncndcfnpo
Official URL https://chromewebstore.google.com/detail/iframe-constant-removal/cgbjgnebmafpalandcmmalkncndcfnpo
Description Constant Iframe removing to block annoying ads. 0.5 sec delay.
File Size 3.14 KB
Installation Count 49
Current Version 0.1
Last Updated 2017-10-28
Publish Date 2017-10-28
Rating 4.67/5 Total 3 Ratings
Developer HashFair
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iframe constant removal",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}