Genius Ad Library
Solution to creating proven profitable FB ads
Genius Ad Library क्या है?
Genius Ad Library edakehurst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Solution to creating proven profitable FB ads"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Genius Ad Library एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |