AdFly Skipper

Skip AdF.ly shortened links

What is AdFly Skipper?

AdFly Skipper is a Chrome extension developed by scarlettrobinson0001, and its main feature is "Skip AdF.ly shortened links".

Extension Screenshots

screenshot
screenshot

Download AdFly Skipper Extension CRX File

Download AdFly Skipper 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 skips AdF.ly links, sending you to the content you want. You no longer have to wait when you click an AdF.ly url.                    

Extension Basic Information

Name AdFly Skipper AdFly Skipper
ID obnfifcganohemahpomajbhocfkdgmjb
Official URL https://chromewebstore.google.com/detail/adfly-skipper/obnfifcganohemahpomajbhocfkdgmjb
Description Skip AdF.ly shortened links
File Size 665 KB
Installation Count 165,611
Current Version 4.3.0
Last Updated 2022-03-16
Publish Date 2020-05-23
Rating 4.17/5 Total 1605 Ratings
Developer scarlettrobinson0001
Email [email protected]
Payment Type free
Extension Website https://www.adflyskipper.com/
Help Page URL https://www.adflyskipper.com/privacy-policy
Privacy Policy Page URL https://www.adflyskipper.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "\/img\/icon-button.png",
        "default_popup": "\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "\/js\/bg.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Skip AdF.ly shortened links",
    "icons": {
        "128": "\/img\/icon-128.png",
        "16": "\/img\/icon-16.png",
        "48": "\/img\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "AdFly Skipper",
    "short_name": "AdFly Skipper",
    "version": "4.3.0"
}