Remove Floating Banners

Removes the annoying floating / sticky banners that take up screen space as you scroll down a page.

Remove Floating Banners란 무엇입니까?

Remove Floating Banners은(는) Glen Chiacchieri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the annoying floating / sticky banners that take up screen space as you scroll down a page."입니다.

확장 프로그램 스크린샷

screenshot

Remove Floating Banners 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You know when you're on a web page and there are floating banners across the top and maybe even bottom of the window that stay there as you scroll? Tons of sites, especially news sites, have these useless banners.

Those things are so annoying! They take up a bunch of the screen and make it hard or sometimes impossible to read an article! Gah! Why would sites add these?!

This extension gets rid of those floating banners on the sites you specify.

== How to use this extension ==

Click the extension icon and then click the "Remove banners" button. Floating / sticky / fixed banners on the site you're browsing will be moved to the top and bottom of the page.

The page layout may be a little weird after you click the button. If it's too messed up, just refresh the page and please send me an email with the URL of the site and how it broke.

Once your refresh the page or visit the site again you'll have to click the button again. Let me know in an email if you don't want to click every time and want your preferences saved.

== Not working? ==

Please send me an email so I can support you instead of leaving a bad review! Bugs can be fixed but bad reviews are forever.                    

확장 프로그램 기본 정보

이름 Remove Floating Banners Remove Floating Banners
ID eikiknenphpghfaeoiccingnjmjeieml
공식 URL https://chromewebstore.google.com/detail/remove-floating-banners/eikiknenphpghfaeoiccingnjmjeieml
설명 Removes the annoying floating / sticky banners that take up screen space as you scroll down a page.
파일 크기 15.61 KB
설치 횟수 318
현재 버전 1.3
최근 업데이트 2021-12-06
출시 날짜 2021-12-01
평점 5.00/5 총 2 개의 평점
개발자 Glen Chiacchieri
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Floating Banners",
    "description": "Removes the annoying floating \/ sticky banners that take up screen space as you scroll down a page. ",
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}