AdFly Skipper
Skip AdF.ly shortened links
Was ist AdFly Skipper?
AdFly Skipper ist eine Chrome-Erweiterung, die von scarlettrobinson0001 entwickelt wurde, und ihr Hauptmerkmal ist "Skip AdF.ly shortened links".
Erweiterungsscreenshots
AdFly Skipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie AdFly Skipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AdFly Skipper |
ID | obnfifcganohemahpomajbhocfkdgmjb |
Offizielle URL | https://chromewebstore.google.com/detail/adfly-skipper/obnfifcganohemahpomajbhocfkdgmjb |
Beschreibung | Skip AdF.ly shortened links |
Dateigröße | 665 KB |
Installationsanzahl | 165,611 |
Aktuelle Version | 4.3.0 |
Letztes Update | 2022-03-16 |
Veröffentlichungsdatum | 2020-05-23 |
Bewertung | 4.17/5 Insgesamt 1605 Bewertungen |
Entwickler | scarlettrobinson0001 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.adflyskipper.com/ |
Hilfeseite URL | https://www.adflyskipper.com/privacy-policy |
URL der Datenschutzrichtlinien-Seite | https://www.adflyskipper.com/privacy-policy |
Unterstützte Sprachen | 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" } |