GDN Preview Generator
Preview your GDN ad in any website.
GDN Preview Generator क्या है?
GDN Preview Generator https://gdnpreviewgenerator.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview your GDN ad in any website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GDN Preview Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A complementary tool to GDN Preview Generator website.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bgiimmgkfddidopbkijcahdjbagojkfd |
आधिकारिक URL | https://chromewebstore.google.com/detail/gdn-preview-generator/bgiimmgkfddidopbkijcahdjbagojkfd |
विवरण | Preview your GDN ad in any website. |
फ़ाइल का आकार | 11.65 KB |
स्थापना संख्या | 425 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2020-10-22 |
प्रकाशन तिथि | 2020-10-20 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://gdnpreviewgenerator.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GDN Preview Generator", "version": "1.2", "description": "Preview your GDN ad in any website.", "author": "4 Thirteen Group", "manifest_version": 2, "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/gdnpreviewgenerator-favicon.png" }, "icons": { "128": "images\/gdnpreviewgenerator-favicon.png" } } |