Fansly™ Helper
Download content from your Fansly active subscriptions.
Cos'è Fansly™ Helper?
Fansly™ Helper è un'estensione di Chrome sviluppata da lovemomentshopify, e la sua funzione principale è "Download content from your Fansly active subscriptions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fansly™ Helper
Scarica i file di estensione Fansly™ Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
By installing this extension, you add more features to fanslydownloader.com: Standard download buttons (no right-click is required) Bulk download with a single click Automatic filenames Extended features for supported websites fanslydownloader.com respects your privacy, so this extension is active only when it is necessary.
Informazioni di Base sull'Estensione
Nome | Fansly™ Helper |
ID | mikklijcekemmkdfbknclapgnibomloh |
URL Ufficiale | https://chrome.google.com/webstore/detail/fansly-helper/mikklijcekemmkdfbknclapgnibomloh |
Descrizione | Download content from your Fansly active subscriptions. |
Dimensione del File | 414 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 1.4.6 |
Ultimo Aggiornamento | 2023-11-20 |
Data di Pubblicazione | 2023-11-06 |
Valutazione | 2.25/5 Totale 8 Valutazioni |
Sviluppatore | lovemomentshopify |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://hlsdownloader.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "action": [], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage", "identity", "downloads", "system.display", "scripting" ], "icons": { "16": "src\/assets\/icon-16.png", "48": "src\/assets\/icon-48.png", "128": "src\/assets\/icon-128.png" }, "name": "Fansly\u2122 Helper", "short_name": "Fansly", "description": "Download content from your Fansly active subscriptions.", "version": "1.4.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAon1+HzBMdmt+tTuC\/ykST76Q\/DrcaFb1GAvpHbywvmbEcuY5vseXgVfHdO4npFtZoic4IsgPUYXy21uARatK8gX3gIJEBUNNmVNZcyIubP\/dsGcljYVo3gTiO2RbncIcR73AfdxZd\/aH\/e27xHZpMPwnVuzwTOMULpilllbQRSRnp0Y9vkrMr\/9DABvjS+MVNVfkE3450OnzbcAlGuDQjbMX1Z2LmYfP04MEwxAA1Ay7SmD6Pb\/byelbzJLFiEOuGwBFtDFYVVcdOZHYNswRzje7QXxLlTK6RKSV\/vcj3GpQr0CvHVGTsbMp+Eg\/aREUtVO6dKH+AjOZe6MLLwv\/LQIDAQAB", "oauth2": { "client_id": "180346679292-dgq08v7tnrvot0vmk3kjpu73su6levak.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "host_permissions": [ "*:\/\/*.fansly.com\/*" ], "content_scripts": [ { "js": [ "assets\/content.ts-loader-db8c0243.js" ], "matches": [ "*:\/\/*.fansly.com\/*" ], "css": [ "assets\/style.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.fansly.com\/*" ], "resources": [ "assets\/content.ts-8e0e2e27.js" ], "use_dynamic_url": true } ] } |