Retruco Eliminate Anti AdBlock

Removes fixed message from Ad-Block blockers

Retruco Eliminate Anti AdBlockคืออะไร?

Retruco Eliminate Anti AdBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Giovanni และคุณลักษณะหลักของมันคือ "Removes fixed message from Ad-Block blockers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Retruco Eliminate Anti AdBlock

ดาวน์โหลดไฟล์ส่วนขยาย Retruco Eliminate Anti AdBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Retruco Eliminate Anti AdBlock removes the fixed message from Ad Blockers globally known as ABP AdBlock, AdGuard, uBlock or related.

This extension focuses on removing the intrusive messages that detect Ad-Block and force you to turn off the extension function.

The fact that the site relies financially on advertising does not legalize or make SPAM mandatory, so this is a way for you to reject the restriction.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Retruco Eliminate Anti AdBlock Retruco Eliminate Anti AdBlock
ID gpkdlgnngkiiphplplodblijekhnjjob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob
คำอธิบาย Removes fixed message from Ad-Block blockers
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 1,578
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2018-10-12
วันที่เผยแพร่ 2018-10-11
คะแนน 3.37/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Giovanni
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "pt_BR",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "author": "Giovanni Ramos",
    "version": "1.3.0",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_ext_name__",
        "default_icon": {
            "16": "img\/icon-16-off.png",
            "32": "img\/icon-32.png"
        }
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ]
}