Destroy It!

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

什麼是Destroy It!?

Destroy It!是由thejackcohen開發的Chrome擴展程式,該擴展的主要功能是“Toggle the ability to destroy any ads or annoying elements of a webpage.”。

擴展截圖

screenshot

下載Destroy It!擴展crx文件

下載Destroy It!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Destroy It! Destroy It!
ID ijikkmpakihdnnccdjpcbfomojdfbjhj
官方網址 https://chrome.google.com/webstore/detail/destroy-it/ijikkmpakihdnnccdjpcbfomojdfbjhj
簡介 Toggle the ability to destroy any ads or annoying elements of a webpage.
檔案大小 80.51 KB
安裝次數 4,851
目前版本 1.0
更新時間 2015-12-27
上架時間 2015-12-27
評分 2.26/5 共 19 次評分
開發者 thejackcohen
付費類型 free
支援的語言 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:\/\/*\/*"
    ]
}