Analytics Woman

Change the Woman from Google Analytics

什么是Analytics Woman?

Analytics Woman是由https://www.clayburngriffin.com开发的Chrome扩展程序,该扩展的主要功能是“Change the Woman from Google Analytics”。

扩展截图

screenshot

下载Analytics Woman扩展crx文件

下载Analytics Woman扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        That woman on the Google Analytics homepage.  Yeah, this replaces her with random others.  Now updated for the new 2016 design!                    

扩展基本信息

名称 Analytics Woman Analytics Woman
ID flpahljjkojbfehefeghkehfophibjol
官方URL https://chromewebstore.google.com/detail/analytics-woman/flpahljjkojbfehefeghkehfophibjol
简介 Change the Woman from Google Analytics
文件大小 8.11 KB
安装次数 34
当前版本 2.0
更新时间 2016-06-27
上架时间 2016-06-27
评分 4.60/5 共10次评分
开发者 https://www.clayburngriffin.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.clayburngriffin.com/analytics-woman
帮助页面URL http://www.clayburngriffin.com/contact
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analytics Woman",
    "description": "Change the Woman from Google Analytics",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/analytics\/"
            ],
            "css": [
                "change.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.google.com\/analytics\/"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.chickenwrestlersanonymous.com\/go-chicks\/"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}