AllowAds.com

Allow a few ads of your choice and earn money!

Was ist AllowAds.com?

AllowAds.com ist eine Chrome-Erweiterung, die von http://www.allowads.com entwickelt wurde, und ihr Hauptmerkmal ist "Allow a few ads of your choice and earn money!".

Erweiterungsscreenshots

screenshot
screenshot

AllowAds.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie AllowAds.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name AllowAds.com AllowAds.com
ID bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Offizielle URL https://chrome.google.com/webstore/detail/allowadscom/bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Beschreibung Allow a few ads of your choice and earn money!
Dateigröße 68.46 KB
Installationsanzahl 198
Aktuelle Version 1.6
Letztes Update 2014-06-13
Veröffentlichungsdatum 2014-06-13
Bewertung 4.27/5 Insgesamt 11 Bewertungen
Entwickler http://www.allowads.com
Zahlungsart free
Erweiterungswebsite http://allowads.com/
Hilfeseite URL http://allowads.com/contact.php
Unterstützte Sprachen 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"
    ]
}