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. 擴展基本資訊
| 名稱 | |
| ID | obnfifcganohemahpomajbhocfkdgmjb |
| 官方網址 | 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"
} | |