Destroy It!

Toggle the ability to destroy any ads or annoying elements of a webpage.

Apa itu Destroy It!?

Destroy It! adalah ekstensi Chrome yang dikembangkan oleh thejackcohen, dan fitur utamanya adalah "Toggle the ability to destroy any ads or annoying elements of a webpage.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Destroy It!

Unduh file ekstensi Destroy It! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Destroy It! Destroy It!
ID ijikkmpakihdnnccdjpcbfomojdfbjhj
URL Resmi https://chrome.google.com/webstore/detail/destroy-it/ijikkmpakihdnnccdjpcbfomojdfbjhj
Deskripsi Toggle the ability to destroy any ads or annoying elements of a webpage.
Ukuran File 80.51 KB
Jumlah Instalasi 4,851
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-12-27
Tanggal Publikasi 2015-12-27
Penilaian 2.26/5 Total 19 Penilaian
Pengembang thejackcohen
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Destroy It!",
    "short_name": "Destroy It!",
    "description": "Toggle the ability to destroy any ads or annoying elements of a webpage.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "src\/popup.html",
        "default_title": "Destroy It!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/destroy.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}