GPT site checker
Check your site for errors in ads delivery
什麼是GPT site checker?
GPT site checker是由chupe開發的Chrome擴展程式,該擴展的主要功能是“Check your site for errors in ads delivery”。
擴展截圖
下載GPT site checker擴展crx文件
下載GPT site checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For Lupon Media managed sites only. Try akos.ba to test the features. This is a Chrome extension created to automate some of the checks for proper setup required for displaying of GPT tags. It goes trough the GPT tags, divs and proprietary (Lupon Media) script on the site. It has an additional feature to highlight all ad units on the page coloring them and providing ability to swiftly check all the sizes by clicking. Information is stored using storage API and all errors regarding individual ad units are display in the extension popup window. Storage details can be displayed in the popup. One of my first project so totaly laughable by a proper dev. :)
擴展基本資訊
名稱 | GPT site checker |
ID | affbgdlmdnaahijhndilbecckienmdjj |
官方網址 | https://chromewebstore.google.com/detail/gpt-site-checker/affbgdlmdnaahijhndilbecckienmdjj |
簡介 | Check your site for errors in ads delivery |
檔案大小 | 211 KB |
安裝次數 | 83 |
目前版本 | 0.1 |
更新時間 | 2020-12-29 |
上架時間 | 2020-12-29 |
開發者 | chupe |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GPT site checker", "description": "Check your site for errors in ads delivery", "version": "0.1", "author": "[email protected]", "background": { "page": ".\/backgroundPage\/background.html", "persistent": false }, "browser_action": { "default_popup": ".\/popupPage\/popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "content_scripts": [ { "matches": [ " |