Div Be Gone

Delete persky div tags

Div Be Goneとは何ですか?

Div Be GoneはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Delete persky div tags」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Div Be Gone Div Be Gone
ID fpdeemfnmfadndkoaafnnlfbceicekcn
公式URL 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
}