Fanwire Connect
Fanwire Connect helper
Hvad er Fanwire Connect?
Fanwire Connect er en Chrome-udvidelse udviklet af https://fanwire.com, og dens hovedfunktion er "Fanwire Connect helper".
Udvidelsesskærmbilleder
Download Fanwire Connect-udvidelses-CRX-fil
Download Fanwire Connect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The extension helps you to provide access for your account for analytical system, fanwire.com, without entering any sensitive personal data.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ehbmegfihphgmoebjngcehjlbpbgojil |
Officiel URL | https://chromewebstore.google.com/detail/fanwire-connect/ehbmegfihphgmoebjngcehjlbpbgojil |
Beskrivelse | Fanwire Connect helper |
Filstørrelse | 167 KB |
Antal Installationer | 513 |
Nuværende Version | 2302.2 |
Senest Opdateret | 2023-02-21 |
Udgivelsesdato | 2022-04-27 |
Udvikler | https://fanwire.com |
Betalingsmetode | free |
Udvidelseswebsted | https://fanwire.com/ |
Hjælpeside-URL | https://fanwire.com/ |
URL til Fortrolighedspolitik Side | https://fanwire.com/docs/privacy-policy.pdf |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fanwire Connect", "description": "Fanwire Connect helper", "version": "2302.2", "manifest_version": 3, "action": { "default_icon": { "16": "\/assets\/icons\/icon_16x16.png", "24": "\/assets\/icons\/icon_24x24.png", "32": "\/assets\/icons\/icon_32x32.png", "48": "\/assets\/icons\/icon_48x48.png", "128": "\/assets\/icons\/icon_128x128.png" }, "default_popup": "\/app\/content\/defaultPopup\/index.html" }, "icons": { "16": "\/assets\/icons\/icon_16x16.png", "24": "\/assets\/icons\/icon_24x24.png", "32": "\/assets\/icons\/icon_32x32.png", "48": "\/assets\/icons\/icon_48x48.png", "128": "\/assets\/icons\/icon_128x128.png" }, "background": { "service_worker": "\/app\/service_worker\/main.js" }, "content_scripts": [ { "matches": [ "*:\/\/onlyfans.com\/*" ], "js": [ "\/app\/content\/ofPopup\/index.js" ], "css": [ "assets\/css\/main.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.svg" ], "matches": [ " |