Ad Library: Save YouTube Ads

Save ads from YouTube Ad Library with one click.

Τι είναι το Ad Library: Save YouTube Ads;

Το Ad Library: Save YouTube Ads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adslibrary.ai, και η κύρια λειτουργία του είναι "Save ads from YouTube Ad Library with one click.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ad Library: Save YouTube Ads

Λήψη αρχείων επέκτασης Ad Library: Save YouTube Ads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        As the only Google Chrome browser extension currently supporting the ability to save ads from the YouTube Ad Library, AdsLibrary offers a remarkably convenient operation. With it, you can effortlessly save Youtube ads with just a single click.

Being one of the most popular video social media platforms, the advertising value of YouTube cannot be overlooked. If you are involved in a profession related to YouTube advertising, this plugin is a must-have. By installing the YouTube Ad Saving Tool, you can quickly save ads from the YouTube Ad Library.

✅The youtube ad saving tool includes the following features:
- Save ads from the YouTube Ad Library
- Save ads to an online ad library
- Save ad copy, CTA, likes, landing page links, landing page screenshots, etc.
- Download ad images, videos, copy, CTA, likes, landing page links, landing page screenshots, etc.
- Share your ads with others via a shared link
- Filter by ad platform
- Filter by ad category
- Find ads using keywords
- Customize ad tags
- Easily embed boards into any Notion page
- Discover the ad library: includes 600,000 high-quality ads
- Quickly capture webpage interfaces

✅How to use:
- After installing the Youtube Ad Library Save tool, register for an AdsLibrary account.
- Open the Youtube Ad Library page and find the ads you want.
- Click the save button, and the ads will be immediately saved to your ad library.

The saved YouTube ads will be stored in your online ad library. You can categorize these ads by creating folders or groups.

AdsLibrary is not only a practical tool for saving YouTube ad libraries but also an excellent ad management tool. Moreover, the platform offers a variety of high-quality ad types for your reference. Download and give it a try now.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ad Library: Save YouTube Ads Ad Library: Save YouTube Ads
ID hammceininijaiigmpklicfmnjgeojhb
Επίσημο URL https://chromewebstore.google.com/detail/ad-library-save-youtube-a/hammceininijaiigmpklicfmnjgeojhb
Περιγραφή Save ads from YouTube Ad Library with one click.
Μέγεθος Αρχείου 1.23 MB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2024-01-10
Ημερομηνία Δημοσίευσης 2024-01-10
Προγραμματιστής Adslibrary.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.adslibrary.ai/
URL της Σελίδας Πολιτικής Απορρήτου https://www.adslibrary.ai/privacy-policy
Υποστηριζόμενες Γλώσσες de,en,fr,es,pt-PT,zh-CN,ja
manifest.json
{
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "96",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/*",
                "images\/*",
                "fonts\/*",
                "static\/youtube_lib.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/all.css"
            ],
            "js": [
                "js\/all.js",
                "js\/library.js",
                "js\/shot.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/extension-icon-x16.png",
            "32": "icons\/extension-icon-x32.png",
            "48": "icons\/extension-icon-x48.png",
            "128": "icons\/extension-icon-x128.png"
        }
    },
    "icons": {
        "16": "icons\/extension-icon-x16.png",
        "32": "icons\/extension-icon-x32.png",
        "48": "icons\/extension-icon-x48.png",
        "128": "icons\/extension-icon-x128.png"
    },
    "homepage_url": "https:\/\/www.adslibrary.ai",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}