AllowAds.com

Allow a few ads of your choice and earn money!

Wat is AllowAds.com?

AllowAds.com is een Chrome-extensie ontwikkeld door http://www.allowads.com, en de belangrijkste functie is "Allow a few ads of your choice and earn money!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AllowAds.com

Download AllowAds.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam AllowAds.com AllowAds.com
ID bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Officiële URL https://chrome.google.com/webstore/detail/allowadscom/bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Beschrijving Allow a few ads of your choice and earn money!
Bestandsgrootte 68.46 KB
Aantal Installaties 198
Huidige Versie 1.6
Laatst Bijgewerkt 2014-06-13
Publicatiedatum 2014-06-13
Beoordeling 4.27/5 Totaal 11 Beoordelingen
Ontwikkelaar http://www.allowads.com
Betalingswijze free
Extensiewebsite http://allowads.com/
Help Pagina-URL http://allowads.com/contact.php
Ondersteunde Talen 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"
    ]
}