Ad Review Toolbar BETA (by Google)

A toolbar to allow publishers to see detailed information about ads served by Google to their site.

什麼是Ad Review Toolbar BETA (by Google)?

Ad Review Toolbar BETA (by Google)是由[email protected]開發的Chrome擴展程式,該擴展的主要功能是“A toolbar to allow publishers to see detailed information about ads served by Google to their site.”。

擴展截圖

screenshot
screenshot

下載Ad Review Toolbar BETA (by Google)擴展crx文件

下載Ad Review Toolbar BETA (by Google)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Ad Review Toolbar BETA (by Google) is designed for publishers that are using Google AdSense or DoubleClick Ad Exchange on their site. The tool allows publishers to see more detailed information about the ads running on their site while viewing them the browser. 

This tool is now DEPRECATED. There is an alternative toolbar at https://chrome.google.com/webstore/detail/google-publisher-toolbar/omioeahgfecgfpfldejlnideemfidnkc?hl=en.

Changelist:

0.10.0
Deprecated

0.9.13
Various bugfixes
 - Green borders around ads no longer disappear after the ad is hovered over
 - Higher z-indices of overlays and toolbar to support more site designs
 - Support for changed extension API in chrome 17
Make not authorized error per page, instead of per ad

0.9.12
Add support for ads served by googleadservices.com                    

擴展基本資訊

名稱 Ad Review Toolbar BETA (by Google) Ad Review Toolbar BETA (by Google)
ID akloeedfoicedcgaigjnglkfhpcbjlmn
官方網址 https://chromewebstore.google.com/detail/ad-review-toolbar-beta-by/akloeedfoicedcgaigjnglkfhpcbjlmn
簡介 A toolbar to allow publishers to see detailed information about ads served by Google to their site.
檔案大小 21.38 KB
安裝次數 1,657
目前版本 0.10.0
更新時間 2013-02-06
上架時間 2013-02-06
評分 3.69/5 共 26 次評分
開發者 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionTitle__",
    "version": "0.10.0",
    "description": "__MSG_extensionDescription__",
    "browser_action": {
        "default_icon": "icon_disabled.png",
        "default_title": "__MSG_extensionTitle__"
    },
    "default_locale": "en_US",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "toolbar.html"
    ],
    "minimum_chrome_version": "6"
}