GDN Preview Generator
Preview your GDN ad in any website.
什么是GDN Preview Generator?
GDN Preview Generator是由https://gdnpreviewgenerator.com开发的Chrome扩展程序,该扩展的主要功能是“Preview your GDN ad in any website.”。
扩展截图
下载GDN Preview Generator扩展crx文件
下载GDN Preview Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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"
}
} | |