Ad Remover

Remove ads from left column vk.com, you can customize content script for other sites

ما هو Ad Remover؟

Ad Remover هو إضافة Chrome تم تطويرها بواسطة hitrick84، والميزة الرئيسية لها هي "Remove ads from left column vk.com, you can customize content script for other sites".

تحميل ملف CRX للإضافة Ad Remover

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

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

                        Just install extension and ads dissappear                    

معلومات أساسية عن التمديد

الاسم Ad Remover Ad Remover
ID jjeimacdppjfhdemmooaikopdencflna
عنوان URL الرسمي https://chromewebstore.google.com/detail/ad-remover/jjeimacdppjfhdemmooaikopdencflna
الوصف Remove ads from left column vk.com, you can customize content script for other sites
حجم الملف 9.47 KB
عدد التثبيتات 81
النسخة الحالية 0.0.1
آخر تحديث 2017-02-28
تاريخ النشر 2017-02-28
تقييم 5.00/5 مجموع تقييمات 1
المطور hitrick84
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Remover",
    "manifest_version": 2,
    "description": "Remove ads from left column vk.com, you can customize content script for other sites",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "style_content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "tabs"
    ]
}