Hide it now!
Hide unwanted element on any websites!
Co to jest Hide it now!?
Hide it now! to rozszerzenie Chrome opracowane przez supertomlai, a jego główną funkcją jest „Hide unwanted element on any websites!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide it now!
Pobierz pliki rozszerzeń Hide it now! 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
Hide unwanted ADs or view blocking stuff on the webpage on a mouse click!
This Extension will add a right click menu item which let you instantly hide the selected AD/item on the displayed webpage!
User may be required to reload webpages to use this extension after installation. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ielggdbamjmfoiennlibhkknhopncipl |
| Oficjalny URL | https://chromewebstore.google.com/detail/hide-it-now/ielggdbamjmfoiennlibhkknhopncipl |
| Opis | Hide unwanted element on any websites! |
| Rozmiar pliku | 28.92 KB |
| Liczba instalacji | 168 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2015-03-19 |
| Data Publikacji | 2015-03-18 |
| Ocena | 3.63/5 Łącznie 8 Oceny |
| Deweloper | supertomlai |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hide it now!",
"description": "Hide unwanted element on any websites!",
"omnibox": {
"keyword": "hide"
},
"icons": {
"16": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"version": "1.0",
"minimum_chrome_version": "9",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"mouseclick.js"
],
"css": [
"hide_element.css"
]
}
],
"permissions": [
"activeTab",
"contextMenus"
]
} | |