RemoveThis!

Easily clean the site you're on! Use: Hold CTRL and click the mouse right button on the element you want to remove.

Τι είναι το RemoveThis!;

Το RemoveThis! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Daniel Placido, και η κύρια λειτουργία του είναι "Easily clean the site you're on! Use: Hold CTRL and click the mouse right button on the element you want to remove.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RemoveThis!

Λήψη αρχείων επέκτασης RemoveThis! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Limpe rapidamente o site que estiver navegando!

Este complemento foi inspirado no "RIP - Remove it permanently" para Firefox, o objetivo é remover do site elementos chatos que atrapalham a navegação e leitura no site.
Pode ser usado para remover imagens, vídeos, parágrafos, ou qualquer elemento visível na página.

USO: Pressione CTRL e clique com o botão Direito do mouse sobre o elemento e ele será removido!
O elemento receberá um destaque em amarelo quando passar o mouse, para você se certificar de que está removendo o elemento correto, o elemento será removido somente na sua visualização atual, então assim que você abrir a página novamente o site será carregado como original!

_____________________________________________
Fastly clean the website you are browsing!

This addon was inspired on "RIP - Remove ir permanently" for Firefox. The objective is to remove annoying elements of the website that bother the brownsing and reading in the site.
Can be used to remove images, videos, paragraphs, or any visible element on the page.

USE: Press CTRL and right click on the element to remove it.

The element will receive a yellow border when you hover the cursor over it, to certify you are removing the correct element. The element will only be removed in the current view. If you open the website again it will be just as the original.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα RemoveThis! RemoveThis!
ID ggiobneijbaialgkpdikcllohdcddddp
Επίσημο URL https://chromewebstore.google.com/detail/removethis/ggiobneijbaialgkpdikcllohdcddddp
Περιγραφή Easily clean the site you're on! Use: Hold CTRL and click the mouse right button on the element you want to remove.
Μέγεθος Αρχείου 38.72 KB
Αριθμός Εγκαταστάσεων 432
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-12-26
Ημερομηνία Δημοσίευσης 2014-12-26
Αξιολόγηση 3.76/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής Daniel Placido
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RemoveThis!",
    "version": "1.0",
    "description": "__MSG_application_description__",
    "default_locale": "pt_BR",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "magic.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "64.png",
        "128": "64.png"
    },
    "manifest_version": 2
}