AdFly Skipper
Skip AdF.ly shortened links
Qu'est-ce que AdFly Skipper ?
AdFly Skipper est une extension Chrome développée par scarlettrobinson0001, et sa fonction principale est "Skip AdF.ly shortened links".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AdFly Skipper
Téléchargez les fichiers d'extension AdFly Skipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AdFly Skipper |
ID | obnfifcganohemahpomajbhocfkdgmjb |
URL Officiel | https://chromewebstore.google.com/detail/adfly-skipper/obnfifcganohemahpomajbhocfkdgmjb |
Description | Skip AdF.ly shortened links |
Taille du Fichier | 665 KB |
Nombre d'Installations | 165,611 |
Version Actuelle | 4.3.0 |
Dernière Mise à Jour | 2022-03-16 |
Date de Publication | 2020-05-23 |
Évaluation | 4.17/5 Total 1605 Évaluations |
Développeur | scarlettrobinson0001 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.adflyskipper.com/ |
URL de la Page d'Aide | https://www.adflyskipper.com/privacy-policy |
URL de la Page de Politique de Confidentialité | https://www.adflyskipper.com/privacy-policy |
Langues Prises en Charge | 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" } |