MeetDonna - Ads Collector

MeetDonna - Ads Collector

什么是MeetDonna - Ads Collector?

MeetDonna - Ads Collector是由https://meetdonna.com开发的Chrome扩展程序,该扩展的主要功能是“MeetDonna - Ads Collector”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MeetDonna - Ads Collector扩展crx文件

下载MeetDonna - Ads Collector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Having a hard time getting inspired? Learn from the best and create some killer emails, ads and funnels in the process.

The internet is full of excellent and brilliant ads and well-crafted emails, with MeetDonna, you can make them your own. Collect what you like and take it apart inside our platform. What you’ll create? Your imagination is the limit.

See something you like and want to save it for later? We’ll keep all nicely organized in one place.                    

扩展基本信息

名称 MeetDonna - Ads Collector MeetDonna - Ads Collector
ID cicmglpddfcfkcndpanbhghjobkaaebh
官方URL https://chromewebstore.google.com/detail/meetdonna-ads-collector/cicmglpddfcfkcndpanbhghjobkaaebh
简介 MeetDonna - Ads Collector
文件大小 305 KB
安装次数 653
当前版本 2.1.2
更新时间 2023-05-10
上架时间 2020-09-03
评分 4.00/5 共4次评分
开发者 https://meetdonna.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://meetdonna.com
帮助页面URL https://meetdonna.freshdesk.com/support/tickets/new
隐私政策页面URL https://meetdonna.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeetDonna - Ads Collector",
    "description": "MeetDonna - Ads Collector",
    "version": "2.1.2",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Launch MeetDonna - Ads Collector"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "youtube.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "app\/app.html",
        "app\/static\/*.html",
        "images\/*.svg"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.meetdonna.com\/"
    ]
}