AllowAds.com

Allow a few ads of your choice and earn money!

什么是AllowAds.com?

AllowAds.com是由http://www.allowads.com开发的Chrome扩展程序,该扩展的主要功能是“Allow a few ads of your choice and earn money!”。

扩展截图

screenshot
screenshot

下载AllowAds.com扩展crx文件

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

扩展使用说明

                        Browse the web & earn money with our browser extension! You see ads anyway, why not profit from them? Minimum $5 payout! Weekly payouts every Friday! The average member makes $10-20 a month!                    

扩展基本信息

名称 AllowAds.com AllowAds.com
ID bhdelnkcgcnbnfefnmlpfpemnfihfdbf
官方URL https://chrome.google.com/webstore/detail/allowadscom/bhdelnkcgcnbnfefnmlpfpemnfihfdbf
简介 Allow a few ads of your choice and earn money!
文件大小 68.46 KB
安装次数 198
当前版本 1.6
更新时间 2014-06-13
上架时间 2014-06-13
评分 4.27/5 共11次评分
开发者 http://www.allowads.com
付费类型 free
扩展官网 http://allowads.com/
帮助页面URL http://allowads.com/contact.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AllowAds.com",
    "description": "Allow a few ads of your choice and earn money!",
    "icons": {
        "16": "ico.png",
        "32": "ico.png",
        "48": "ico.png",
        "128": "ico.png"
    },
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Allow Ads",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "event.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "activeTab",
        "tabs"
    ]
}