MeetDonna - Ads Collector

MeetDonna - Ads Collector

What is MeetDonna - Ads Collector?

MeetDonna - Ads Collector is a Chrome extension developed by https://meetdonna.com, and its main feature is "MeetDonna - Ads Collector".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MeetDonna - Ads Collector Extension CRX File

Download MeetDonna - Ads Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MeetDonna - Ads Collector MeetDonna - Ads Collector
ID cicmglpddfcfkcndpanbhghjobkaaebh
Official URL https://chromewebstore.google.com/detail/meetdonna-ads-collector/cicmglpddfcfkcndpanbhghjobkaaebh
Description MeetDonna - Ads Collector
File Size 305 KB
Installation Count 653
Current Version 2.1.2
Last Updated 2023-05-10
Publish Date 2020-09-03
Rating 4.00/5 Total 4 Ratings
Developer https://meetdonna.com
Email [email protected]
Payment Type free
Extension Website https://meetdonna.com
Help Page URL https://meetdonna.freshdesk.com/support/tickets/new
Privacy Policy Page URL https://meetdonna.com/privacy
Supported Languages 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\/"
    ]
}