AllowAds.com

Allow a few ads of your choice and earn money!

What is AllowAds.com?

AllowAds.com is a Chrome extension developed by http://www.allowads.com, and its main feature is "Allow a few ads of your choice and earn money!".

Extension Screenshots

screenshot
screenshot

Download AllowAds.com Extension CRX File

Download AllowAds.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name AllowAds.com AllowAds.com
ID bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Official URL https://chrome.google.com/webstore/detail/allowadscom/bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Description Allow a few ads of your choice and earn money!
File Size 68.46 KB
Installation Count 198
Current Version 1.6
Last Updated 2014-06-13
Publish Date 2014-06-13
Rating 4.27/5 Total 11 Ratings
Developer http://www.allowads.com
Payment Type free
Extension Website http://allowads.com/
Help Page URL http://allowads.com/contact.php
Supported Languages 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"
    ]
}