Hide it now!
Hide unwanted element on any websites!
什麼是Hide it now!?
Hide it now!是由supertomlai開發的Chrome擴展程式,該擴展的主要功能是“Hide unwanted element on any websites!”。
擴展截圖
下載Hide it now!擴展crx文件
下載Hide it now!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ielggdbamjmfoiennlibhkknhopncipl |
| 官方網址 | https://chromewebstore.google.com/detail/hide-it-now/ielggdbamjmfoiennlibhkknhopncipl |
| 簡介 | Hide unwanted element on any websites! |
| 檔案大小 | 28.92 KB |
| 安裝次數 | 168 |
| 目前版本 | 1.0 |
| 更新時間 | 2015-03-19 |
| 上架時間 | 2015-03-18 |
| 評分 | 3.63/5 共 8 次評分 |
| 開發者 | supertomlai |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |