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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *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
이메일 [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
}