AdFly Skipper
Skip AdF.ly shortened links
什么是AdFly Skipper?
AdFly Skipper是由scarlettrobinson0001开发的Chrome扩展程序,该扩展的主要功能是“Skip AdF.ly shortened links”。
扩展截图
下载AdFly Skipper扩展crx文件
下载AdFly Skipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | AdFly Skipper |
ID | obnfifcganohemahpomajbhocfkdgmjb |
官方URL | https://chromewebstore.google.com/detail/adfly-skipper/obnfifcganohemahpomajbhocfkdgmjb |
简介 | Skip AdF.ly shortened links |
文件大小 | 665 KB |
安装次数 | 165,611 |
当前版本 | 4.3.0 |
更新时间 | 2022-03-16 |
上架时间 | 2020-05-23 |
评分 | 4.17/5 共1605次评分 |
开发者 | scarlettrobinson0001 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.adflyskipper.com/ |
帮助页面URL | https://www.adflyskipper.com/privacy-policy |
隐私政策页面URL | https://www.adflyskipper.com/privacy-policy |
支持的语言 | 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" } |