AdFly Skipper

Skip AdF.ly shortened links

Wat is AdFly Skipper?

AdFly Skipper is een Chrome-extensie ontwikkeld door scarlettrobinson0001, en de belangrijkste functie is "Skip AdF.ly shortened links".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AdFly Skipper

Download AdFly Skipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AdFly Skipper AdFly Skipper
ID obnfifcganohemahpomajbhocfkdgmjb
Officiële URL https://chromewebstore.google.com/detail/adfly-skipper/obnfifcganohemahpomajbhocfkdgmjb
Beschrijving Skip AdF.ly shortened links
Bestandsgrootte 665 KB
Aantal Installaties 165,611
Huidige Versie 4.3.0
Laatst Bijgewerkt 2022-03-16
Publicatiedatum 2020-05-23
Beoordeling 4.17/5 Totaal 1605 Beoordelingen
Ontwikkelaar scarlettrobinson0001
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.adflyskipper.com/
Help Pagina-URL https://www.adflyskipper.com/privacy-policy
URL van de Privacybeleid Pagina https://www.adflyskipper.com/privacy-policy
Ondersteunde Talen 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"
}