AdFly Skipper
Skip AdF.ly shortened links
AdFly Skipper là gì?
AdFly Skipper là một tiện ích mở rộng Chrome được phát triển bởi scarlettrobinson0001, và tính năng chính của nó là "Skip AdF.ly shortened links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AdFly Skipper
Tải xuống các tệp mở rộng AdFly Skipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AdFly Skipper |
ID | obnfifcganohemahpomajbhocfkdgmjb |
URL Chính Thức | https://chromewebstore.google.com/detail/adfly-skipper/obnfifcganohemahpomajbhocfkdgmjb |
Mô tả | Skip AdF.ly shortened links |
Kích Thước Tệp | 665 KB |
Số Lần Cài Đặt | 165,611 |
Phiên Bản Hiện Tại | 4.3.0 |
Cập Nhật Lần Cuối | 2022-03-16 |
Ngày Phát Hành | 2020-05-23 |
Đánh Giá | 4.17/5 Tổng số 1605 Đánh Giá |
Nhà Phát Triển | scarlettrobinson0001 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.adflyskipper.com/ |
URL Trang Trợ Giúp | https://www.adflyskipper.com/privacy-policy |
URL Trang Chính Sách Bảo Mật | https://www.adflyskipper.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |