Downloader for OnlyFans.com
Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.
什么是Downloader for OnlyFans.com?
Downloader for OnlyFans.com是由Alex G开发的Chrome扩展程序,该扩展的主要功能是“Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.”。
扩展截图
下载Downloader for OnlyFans.com扩展crx文件
下载Downloader for OnlyFans.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Notice: You need to follow/subscribe to the onlyfans.com creator first. *No paywall is bypassed.* *No unauthorized access or download is encouraged, facilitated or enabled.* Features: * Download OnlyFans.com videos. * Download OnlyFans.com images/photos. Disclaimer: OnlyFans is a registered trademark of Fenix International Limited. This Chrome extension (Downloader for OnlyFans.com) isn't in any way affiliated with, sponsored by, or endorsed by Fenix International Limited.
扩展基本信息
名称 | |
ID | pdbbabjcnanbkimdgcdfbnghhmchomnh |
官方URL | https://chrome.google.com/webstore/detail/downloader-for-onlyfansco/pdbbabjcnanbkimdgcdfbnghhmchomnh |
简介 | Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos. |
文件大小 | 177 KB |
安装次数 | 300,000 |
当前版本 | 4.5.14 |
更新时间 | 2021-12-08 |
上架时间 | 2020-09-17 |
评分 | 4.13/5 共221次评分 |
开发者 | Alex G |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://jgao.me/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader for OnlyFans.com", "version": "4.5.14", "description": "Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.", "icons": { "128": "\/assets\/icon128.png", "48": "\/assets\/icon48.png", "16": "\/assets\/icon16.png" }, "browser_action": { "default_icon": "\/assets\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.onlyfans.com\/*" ], "js": [ "content.js", "jquery-3.4.1.min.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'sha256-OS4ZP4ITBPTiH6iz\/lNZ3jYl04iBf4QC2VQrEjJTZK4='; object-src 'self'", "permissions": [ "storage", "webRequest", "downloads", "*:\/\/*.onlyfans.com\/*" ], "background": { "scripts": [ "b.js" ], "persistent": true } } |