AllowAds.com

Allow a few ads of your choice and earn money!

AllowAds.com là gì?

AllowAds.com là một tiện ích mở rộng Chrome được phát triển bởi http://www.allowads.com, và tính năng chính của nó là "Allow a few ads of your choice and earn money!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AllowAds.com

Tải xuống các tệp mở rộng AllowAds.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AllowAds.com AllowAds.com
ID bhdelnkcgcnbnfefnmlpfpemnfihfdbf
URL Chính Thức https://chrome.google.com/webstore/detail/allowadscom/bhdelnkcgcnbnfefnmlpfpemnfihfdbf
Mô tả Allow a few ads of your choice and earn money!
Kích Thước Tệp 68.46 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2014-06-13
Ngày Phát Hành 2014-06-13
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển http://www.allowads.com
Loại Thanh Toán free
Trang Web Mở Rộng http://allowads.com/
URL Trang Trợ Giúp http://allowads.com/contact.php
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}