AdToMeme

Blocks Ads, and replaces them with Memes!

ما هو AdToMeme؟

AdToMeme هو إضافة Chrome تم تطويرها بواسطة zettatekdev، والميزة الرئيسية لها هي "Blocks Ads, and replaces them with Memes!".

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

screenshot

تحميل ملف CRX للإضافة AdToMeme

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

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

                        AdToMeme is an ad blocker that replaces them with memes! 100% compatible with other ad-blockers. To turn off AdToMeme, click on the icon and select 'turn off'. 100% family friendly! Send in memes you'd like to see to [email protected]. Now with a new meme! Also, consider donating!                    

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

الاسم AdToMeme AdToMeme
ID nooeahajgiajgilomnafnfdkccgfbhnl
عنوان URL الرسمي https://chromewebstore.google.com/detail/adtomeme/nooeahajgiajgilomnafnfdkccgfbhnl
الوصف Blocks Ads, and replaces them with Memes!
حجم الملف 933 KB
عدد التثبيتات 72
النسخة الحالية 1.0.9
آخر تحديث 2020-02-22
تاريخ النشر 2020-02-22
تقييم 5.00/5 مجموع تقييمات 2
المطور zettatekdev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdToMeme",
    "version": "1.0.9",
    "description": "Blocks Ads, and replaces them with Memes!",
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/adtomem16.png",
            "32": "images\/adtomem32.png",
            "48": "images\/adtomem48.png",
            "128": "images\/adtomem128.png"
        }
    },
    "icons": {
        "16": "images\/adtomem16.png",
        "32": "images\/adtomem32.png",
        "48": "images\/adtomem48.png",
        "128": "images\/adtomem128.png"
    },
    "content_scripts": [
        {
            "js": [
                "block.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 2
}