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”。
扩展截图
下载Genius Ad Library扩展crx文件
下载Genius Ad Library扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } |