AllowAds.com

Allow a few ads of your choice and earn money!

Qu'est-ce que AllowAds.com ?

AllowAds.com est une extension Chrome développée par http://www.allowads.com, et sa fonction principale est "Allow a few ads of your choice and earn money!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AllowAds.com

Téléchargez les fichiers d'extension AllowAds.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom AllowAds.com AllowAds.com
ID bhdelnkcgcnbnfefnmlpfpemnfihfdbf
URL Officiel https://chrome.google.com/webstore/detail/allowadscom/bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Description Allow a few ads of your choice and earn money!
Taille du Fichier 68.46 KB
Nombre d'Installations 198
Version Actuelle 1.6
Dernière Mise à Jour 2014-06-13
Date de Publication 2014-06-13
Évaluation 4.27/5 Total 11 Évaluations
Développeur http://www.allowads.com
Type de Paiement free
Site Web de l'Extension http://allowads.com/
URL de la Page d'Aide http://allowads.com/contact.php
Langues Prises en Charge 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"
    ]
}