Kill-Sticky

Remove all elements with fixed or sticky positions

Kill-Sticky là gì?

Kill-Sticky là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Remove all elements with fixed or sticky positions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kill-Sticky

Tải xuống các tệp mở rộng Kill-Sticky dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Lets you get rid of distracting headers and ads by adding a browser action and a keyboard shortcut (Alt+K on Windows & Linux, Cmd+K on macOS) that removes all elements from the current page that have a "fixed" or "sticky" position, and re-enables scrolling for the page contents.

To change the keyboard shortcut, visit the page chrome://extensions/shortcuts                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kill-Sticky Kill-Sticky
ID lekjlgffkaencjnlcmbgibodhechofdb
URL Chính Thức https://chromewebstore.google.com/detail/kill-sticky/lekjlgffkaencjnlcmbgibodhechofdb
Mô tả Remove all elements with fixed or sticky positions
Kích Thước Tệp 3.43 KB
Số Lần Cài Đặt 1,506
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2019-06-06
Ngày Phát Hành 2019-06-05
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/eemeli/chrome-kill-sticky
URL Trang Trợ Giúp https://github.com/eemeli/chrome-kill-sticky/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Remove all elements with fixed or sticky positions"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+K",
                "mac": "Command+K"
            }
        }
    },
    "description": "Remove all elements with fixed or sticky positions",
    "manifest_version": 2,
    "name": "Kill-Sticky",
    "permissions": [
        "activeTab"
    ],
    "version": "1.4.0"
}