AllowAds.com

Allow a few ads of your choice and earn money!

Cos'è AllowAds.com?

AllowAds.com è un'estensione di Chrome sviluppata da http://www.allowads.com, e la sua funzione principale è "Allow a few ads of your choice and earn money!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AllowAds.com

Scarica i file di estensione AllowAds.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome AllowAds.com AllowAds.com
ID bhdelnkcgcnbnfefnmlpfpemnfihfdbf
URL Ufficiale https://chrome.google.com/webstore/detail/allowadscom/bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Descrizione Allow a few ads of your choice and earn money!
Dimensione del File 68.46 KB
Conteggio Installazioni 198
Versione Corrente 1.6
Ultimo Aggiornamento 2014-06-13
Data di Pubblicazione 2014-06-13
Valutazione 4.27/5 Totale 11 Valutazioni
Sviluppatore http://www.allowads.com
Tipo di Pagamento free
Sito Web dell'Estensione http://allowads.com/
URL della Pagina di Aiuto http://allowads.com/contact.php
Lingue Supportate 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"
    ]
}