Click to Delete Element

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

Τι είναι το Click to Delete Element;

Το Click to Delete Element είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zynest, και η κύρια λειτουργία του είναι "An extension that allows you to delete any element in the webpage".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Click to Delete Element

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
}