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 |
Eメール | [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" } |