Genius Ad Library

Solution to creating proven profitable FB ads

Genius Ad Library란 무엇입니까?

Genius Ad Library은(는) edakehurst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Solution to creating proven profitable FB ads"입니다.

확장 프로그램 스크린샷

screenshot

Genius Ad Library 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Profitable social media ads require research. 

Genius Ad Library saves you time and effort, and helps keep you organized.

You find ads (using our free training) in your niche that are converting, and you can save them in your library collection.

Use your library at any time to help you create winning ads, and engaging posts.                    

확장 프로그램 기본 정보

이름 Genius Ad Library Genius Ad Library
ID ddfpegobeihgfdlplojagflgpjjemlbl
공식 URL https://chromewebstore.google.com/detail/genius-ad-library/ddfpegobeihgfdlplojagflgpjjemlbl
설명 Solution to creating proven profitable FB ads
파일 크기 1.04 MB
설치 횟수 772
현재 버전 1.1.47
최근 업데이트 2023-12-05
출시 날짜 2021-07-06
평점 5.00/5 총 1 개의 평점
개발자 edakehurst
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://edakehurst.kartra.com/page/GeniusAdLibrary
도움말 페이지 URL https://edakehurst.kartra.com/help/HelpDesk
개인정보 보호 정책 페이지 URL https://geniusposts.io/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Ad_Library-1625573100788-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Ad_Library-1625573100849-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Ad_Library-1625573100891-large_icon.png"
    },
    "action": {
        "default_popup": ".\/login.html",
        "default_title": "Genius Ad Library"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/vendor.js",
                "js\/sweetalert2.all.min.js",
                "js\/helper.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "Solution to creating proven profitable FB ads",
    "manifest_version": 3,
    "name": "Genius Ad Library",
    "options_page": ".\/dashboard.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/www.googleapis.com\/auth\/drive",
        "https:\/\/www.googleapis.com\/auth\/spreadsheets"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "version": "1.1.47",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/contentScript.css",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "GAL"
}