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.」です。
拡張機能のスクリーンショット
Remove Floating Banners拡張機能のCRXファイルをダウンロード
Remove Floating Banners拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } |