Div Be Gone
Delete persky div tags
什麼是Div Be Gone?
Div Be Gone是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Delete persky div tags”。
擴展截圖
下載Div Be Gone擴展crx文件
下載Div Be Gone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Delete those pesky tags that get on the way of your web browsing. Modals popup asking you to subscribe? be gone! Trying to check a linked in account without logging in? get out of here! Just click the extension and highlight the tag you want to delete, then click it to remove it. 擴展基本資訊
| 名稱 | |
| ID | fpdeemfnmfadndkoaafnnlfbceicekcn |
| 官方網址 | https://chromewebstore.google.com/detail/div-be-gone/fpdeemfnmfadndkoaafnnlfbceicekcn |
| 簡介 | Delete persky div tags |
| 檔案大小 | 72.42 KB |
| 安裝次數 | 46 |
| 目前版本 | 1.0 |
| 更新時間 | 2017-06-28 |
| 上架時間 | 2017-06-28 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | https://github.com/rtrigoso/dom_delete_extension |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Div Be Gone",
"description": "Delete persky div tags",
"version": "1.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Delete pesky div tags",
"default_icon": "aerosol.png"
},
"manifest_version": 2
} | |