AllowAds.com

Allow a few ads of your choice and earn money!

AllowAds.comとは何ですか?

AllowAds.comはhttp://www.allowads.comによって開発されたChromeの拡張機能で、その主な機能は「Allow a few ads of your choice and earn money!」です。

拡張機能のスクリーンショット

screenshot
screenshot

AllowAds.com拡張機能のCRXファイルをダウンロード

AllowAds.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 AllowAds.com AllowAds.com
ID bhdelnkcgcnbnfefnmlpfpemnfihfdbf
公式URL https://chrome.google.com/webstore/detail/allowadscom/bhdelnkcgcnbnfefnmlpfpemnfihfdbf
説明 Allow a few ads of your choice and earn money!
ファイルサイズ 68.46 KB
インストール数 198
現在のバージョン 1.6
最終更新日 2014-06-13
公開日 2014-06-13
評価 4.27/5 合計 11 レビュー
開発者 http://www.allowads.com
支払い方法 free
拡張機能のウェブサイト http://allowads.com/
ヘルプページのURL http://allowads.com/contact.php
対応言語 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"
    ]
}