AllowAds.com

Allow a few ads of your choice and earn money!

Hvad er AllowAds.com?

AllowAds.com er en Chrome-udvidelse udviklet af http://www.allowads.com, og dens hovedfunktion er "Allow a few ads of your choice and earn money!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AllowAds.com-udvidelses-CRX-fil

Download AllowAds.com-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn AllowAds.com AllowAds.com
ID bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Officiel URL https://chrome.google.com/webstore/detail/allowadscom/bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Beskrivelse Allow a few ads of your choice and earn money!
Filstørrelse 68.46 KB
Antal Installationer 198
Nuværende Version 1.6
Senest Opdateret 2014-06-13
Udgivelsesdato 2014-06-13
Bedømmelse 4.27/5 Samlet 11 Bedømmelser
Udvikler http://www.allowads.com
Betalingsmetode free
Udvidelseswebsted http://allowads.com/
Hjælpeside-URL http://allowads.com/contact.php
Understøttede Sprog 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"
    ]
}