Behind The Overlay

One click to close any overlay on any website.

Behind The Overlayคืออะไร?

Behind The Overlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NicolaeNVM และคุณลักษณะหลักของมันคือ "One click to close any overlay on any website."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Behind The Overlay

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

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

                        Close any overlay on any website with a single click or keys.
Use keyboard shortcut on Windows ctrl+shift+x or on MacOS cmd+shift+x (think about x as the close button you can use on any website).
Once you get used to the keyboard shortcut, you'll be using it all the time and gonna love it ! ; )

Important features:
* It works on any website. It doesn't rely on a static list of rules, as some other extensions.
* It doesn't require any permissions.
* No performance impact on your browsing. It will only activate when triggered.
* (NEW) Also removes blurred backgrounds and unlocks the scroll bar.

Important changes

0.2.2 - 05/01/2024
Update to make it work with the latest versions of Chrome that only supports manifest v3.

0.2.1 - 16/03/2022
Better handling for the scrollbar unblocker thanks to @ricobl on github (issue #23).

0.2.0 - 24/04/2021
Removes blurred backgrounds and improved scroll detection thanks to @sandsmark on github (issue #29).

0.1.3 - 18/06/2014:
A keyboard shortcut is now available and activated by default:
For windows, linux: CTRL+SHIFT+X
For MacOS: CMD+SHIFT+X
To remember X key, think of X as a close button.

The scrolling enabler now got better, thanks to jordansexton on github.
Improving the algorithm for finding overlays.

---

Reach out on Github to make suggestions: https://github.com/NicolaeNMV/BehindTheOverlay

Now an Firefox extension is also available !

I'm using this extension myself and happy to share it with everyone ! <3                    

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

ชื่อ Behind The Overlay Behind The Overlay
ID ljipkdpcjbmhkdjjmbbaggebcednbbme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/behind-the-overlay/ljipkdpcjbmhkdjjmbbaggebcednbbme
คำอธิบาย One click to close any overlay on any website.
ขนาดไฟล์ 56.97 KB
จำนวนการติดตั้ง 136,644
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2024-01-06
วันที่เผยแพร่ 2017-08-04
คะแนน 4.16/5 รวมทั้งหมด 335 คะแนน
ผู้พัฒนา NicolaeNVM
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/NicolaeNMV/BehindTheCurtain
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Behind The Overlay",
    "author": "Nicolae Namolovan",
    "description": "One click to close any overlay on any website.",
    "version": "0.2.2",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/courtain_32.png",
            "48": "images\/courtain_38.png",
            "128": "images\/courtain_64.png"
        },
        "default_title": "\u274c Overlay from this page"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Shift+X",
            "description": "\u274c Overlay from this page"
        }
    },
    "icons": {
        "128": "images\/courtain_128.png"
    },
    "manifest_version": 3
}