Click to Delete Element

An extension that allows you to delete any element in the webpage

Click to Delete Elementとは何ですか?

Click to Delete ElementはZynestによって開発されたChromeの拡張機能で、その主な機能は「An extension that allows you to delete any element in the webpage」です。

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

screenshot

Click to Delete Element拡張機能のCRXファイルをダウンロード

Click to Delete Element拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        *Description
  Click To Delete is an extension to remove ad or any element on web page. This extension is built on purposes to remove ad on web page just if it's annoy you like heavy animation, video popups, annoying gif, inappropiate picture, etc.

  What you have to do is just hold CTRL + SHIFT, and move your mouse to an advertisement that you want to erase. Once the ad pops up a red border around it, just press left click and the ad will be removed. But it will not remove the ad permanently. When you refresh the page, the ad will pop up again. 

*Features
  Not only you can remove any ads, but you can also remove any element you want with the same method.

*Feedback
  Please feel free to ask or rate us o(^▽^)o, you can send us email on [email protected]

*Credits
 -> Programmer : [email protected]
 -> Designer   : [email protected]                    

拡張機能の基本情報

名前 Click to Delete Element Click to Delete Element
ID glddgkmgekhjcepchdfgnbgcdhgjpono
公式URL https://chrome.google.com/webstore/detail/click-to-delete-element/glddgkmgekhjcepchdfgnbgcdhgjpono
説明 An extension that allows you to delete any element in the webpage
ファイルサイズ 493 KB
インストール数 261
現在のバージョン 2.6.7
最終更新日 2020-04-16
公開日 2020-04-12
評価 3.67/5 合計 6 レビュー
開発者 Zynest
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click to Delete Element",
    "version": "2.6.7",
    "description": "An extension that allows you to delete any element in the webpage",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}