AdFly countdown remover

An extension that removes the AdFly countdown.

What is AdFly countdown remover?

AdFly countdown remover is a Chrome extension developed by atlazor, and its main feature is "An extension that removes the AdFly countdown.".

Extension Screenshots

screenshot

Download AdFly countdown remover Extension CRX File

Download AdFly countdown remover 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

                                            

Extension Basic Information

Name AdFly countdown remover AdFly countdown remover
ID bnkfkjdohjnkeilfmkniaieojiingggf
Official URL https://chrome.google.com/webstore/detail/adfly-countdown-remover/bnkfkjdohjnkeilfmkniaieojiingggf
Description An extension that removes the AdFly countdown.
File Size 71.6 KB
Installation Count 699
Current Version 1.1
Last Updated 2012-04-17
Publish Date 2012-04-17
Rating 1.45/5 Total 29 Ratings
Developer atlazor
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdFly countdown remover",
    "description": "An extension that removes the AdFly countdown.",
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "version": "1.1",
    "permissions": [
        "http:\/\/adf.ly\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/adf.ly\/*"
            ],
            "js": [
                "remove.js"
            ]
        }
    ],
    "manifest_version": 2
}