Copy Content to Fanvue
The extension allows you to copy your content from OnlyFans to Fanvue.
Что такое Copy Content to Fanvue?
Copy Content to Fanvue - это расширение Chrome, разработанное dev, и его основная функция - "The extension allows you to copy your content from OnlyFans to Fanvue.".
Снимки экрана расширения
Скачать файл CRX расширения Copy Content to Fanvue
Скачайте файлы расширений Copy Content to Fanvue в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Extensions that allows you to transfer content from one website to another                     Основная информация о расширении
| Название |   |  
| ID | hcebmjomonhgibmelfackhipoajjlfbj | 
| Официальный URL | https://chromewebstore.google.com/detail/copy-content-to-fanvue/hcebmjomonhgibmelfackhipoajjlfbj | 
| Описание | The extension allows you to copy your content from OnlyFans to Fanvue. | 
| Размер файла | 86.02 KB | 
| Количество установок | 837 | 
| Текущая Версия | 0.0.1 | 
| Последнее Обновление | 2022-06-08 | 
| Дата публикации | 2022-06-04 | 
| Рейтинг | 1.67/5 Всего 6 оценок | 
| Разработчик | dev | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://www.fanvue.com | 
| URL страницы помощи | https://help.fanvue.com/en/ | 
| URL страницы политики конфиденциальности | https://www.fanvue.com/privacy | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Content to Fanvue",
    "version": "0.0.1",
    "description": "The extension allows you to copy your content from OnlyFans to Fanvue.",
    "homepage_url": "https:\/\/fanvue.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "512": "icon-512.png"
    },
    "permissions": [
        "cookies",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.onlyfans.com\/*",
        "*:\/\/onlyfans.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "matches": [
            "https:\/\/*.fanvue.com\/*",
            "https:\/\/fanvue.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fanvue.com\/*",
                "https:\/\/fanvue.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": []
}  |  |