AllowAds.com

Allow a few ads of your choice and earn money!

ما هو AllowAds.com؟

AllowAds.com هو إضافة Chrome تم تطويرها بواسطة http://www.allowads.com، والميزة الرئيسية لها هي "Allow a few ads of your choice and earn money!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة AllowAds.com

قم بتنزيل ملفات الامتداد AllowAds.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}