Hide Anything - Element Hider for Chrome™

Best element hider for Chrome™. Remove distractions in a breeze.

Hide Anything - Element Hider for Chrome™คืออะไร?

Hide Anything - Element Hider for Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Excelling Apps และคุณลักษณะหลักของมันคือ "Best element hider for Chrome™. Remove distractions in a breeze."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Anything - Element Hider for Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย Hide Anything - Element Hider for Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Hold down Ctrl key, then left-click and use the mouse to drag a box over any element or intrusive ad to erase it from the page.

Hide any distracting web element and clean up your favorite websites with just a few clicks.

✔️Easy to use
✔️Works on any web element
✔️Automatic background color selection
✔️Save blocked elements
✔️Many more features to explore

With over a million downloads on Play Store, Excelling Apps is now offering Chrome extensions.                    

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

ชื่อ Hide Anything - Element Hider for Chrome™ Hide Anything - Element Hider for Chrome™
ID gkjljknnkogcgndejajchomapofgiinf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-anything-element-hid/gkjljknnkogcgndejajchomapofgiinf
คำอธิบาย Best element hider for Chrome™. Remove distractions in a breeze.
ขนาดไฟล์ 26.09 KB
จำนวนการติดตั้ง 195
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-11-02
วันที่เผยแพร่ 2022-11-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Excelling Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.excellingapps.com/extensions/privacy-policy
ภาษาที่รองรับ de,en-US,fr,tr,es,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": ".\/ic_16.png",
        "32": ".\/ic_32.png",
        "48": ".\/ic_48.png",
        "128": ".\/ic_128.png"
    },
    "background": {
        "service_worker": ".\/b.js"
    },
    "action": {
        "default_popup": "pu.html"
    },
    "default_locale": "en_US",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "s.css"
            ],
            "js": [
                ".\/f.js"
            ]
        }
    ]
}