Bleaner
This cool extension removes bloat for the page leading to a faster leaner browsing experience
Co to jest Bleaner?
Bleaner to rozszerzenie Chrome opracowane przez charlie.mack669, a jego główną funkcją jest „This cool extension removes bloat for the page leading to a faster leaner browsing experience”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bleaner
Pobierz pliki rozszerzeń Bleaner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Quickly remove all occurences of page bloat including Flash, Java, and iframes.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lkadffjmnaiokkdncgdlecdegajoiemi |
Oficjalny URL | https://chrome.google.com/webstore/detail/bleaner/lkadffjmnaiokkdncgdlecdegajoiemi |
Opis | This cool extension removes bloat for the page leading to a faster leaner browsing experience |
Rozmiar pliku | 23.37 KB |
Liczba instalacji | 100,000 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-03-19 |
Data Publikacji | 2015-03-19 |
Ocena | 2.01/5 Łącznie 110 Oceny |
Deweloper | charlie.mack669 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bleaner", "background": { "scripts": [ "background.js" ] }, "description": "This cool extension removes bloat for the page leading to a faster leaner browsing experience", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "tabs", "https:\/\/*\/*" ], "commands": { "Bleaner": { "suggested_key": { "default": "Alt+Shift+B" }, "description": "Bleaner" } }, "version": "0.1", "manifest_version": 2 } |