AdSaver

Your one stop for all your Ad research, competition analysis and facebook advertising needs

AdSaver क्या है?

AdSaver https://adsaver.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your one stop for all your Ad research, competition analysis and facebook advertising needs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AdSaver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AdSaver shows advertisements only in your Facebook newsfeed.

This free extension is your one-stop solution for all your ad research, competition analysis, and Facebook advertising needs. Marketers use AdSaver globally to collect ads on autopilot from their Facebook newsfeed.

We built AdSaver for Google Chrome to help you automatically collect, save and organize ads - right from your Facebook newsfeed. Install the extension, go to Facebook, turn it on, and enjoy a newsfeed with advertisements only.

★ Key Features ★

▪ Show Ads Only: One toggle to clear all the organic Facebook posts and show ads only. Saving you time and fetching more ad data.

▪ Personalized Ad Library: A personalized Ad Library that acts as a database for all the saved ads. Search for your saved ads by name, filters, and more. Easy to navigate and organized for convenience.

▪ Filters: Easily navigate your saved Ads - Filter by likes, shares, comments, Media type, and even CTA type to find exactly what you're looking for.

▪ Save Ads as you scroll: AdSaver automatically saves all ads appearing on your newsfeed As you scroll down.

▪ Auto-Scroll:  AdSaver can run autonomously with "auto-scroll" turned on. This turbo alike feature enables you to automatically scroll to the end of the browser window and reveal more ads without manual work or supervision.

▪ Favorites: Shortlist and store your favorite ads with one click and easily access them in a separate tab dedicated exclusively to your cherry-picked ads.

*AdSaver is entirely free to install and use*                    

एक्सटेंशन की मूल जानकारी

नाम AdSaver AdSaver
ID ndpibhnbmfbjiikbnfbcehmiijipnili
आधिकारिक URL https://chromewebstore.google.com/detail/adsaver/ndpibhnbmfbjiikbnfbcehmiijipnili
विवरण Your one stop for all your Ad research, competition analysis and facebook advertising needs
फ़ाइल का आकार 46.6 KB
स्थापना संख्या 1,904
वर्तमान संस्करण 2.1
अंतिम अपडेट 2022-09-23
प्रकाशन तिथि 2021-06-10
रेटिंग 4.33/5 कुल 9 रेटिंग्स
डेवलपर https://adsaver.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.adsaver.io/
सहायता पृष्ठ URL https://www.adsaver.io/#contact
गोपनीयता नीति पृष्ठ URL https://www.adsaver.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdSaver",
    "description": "Your one stop for all your Ad research, competition analysis and facebook advertising needs",
    "version": "2.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/"
            ],
            "js": [
                "config.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo64.png",
        "default_popup": "popup.html",
        "default_title": "AdSaver"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "config.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "star.png",
        "star2.png",
        "config.js"
    ],
    "icons": {
        "16": "logo64.png",
        "48": "logo64.png",
        "64": "logo64.png",
        "128": "logo64.png"
    }
}