AdFly countdown remover

An extension that removes the AdFly countdown.

什麼是AdFly countdown remover?

AdFly countdown remover是由atlazor開發的Chrome擴展程式,該擴展的主要功能是“An extension that removes the AdFly countdown.”。

擴展截圖

screenshot

下載AdFly countdown remover擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 AdFly countdown remover AdFly countdown remover
ID bnkfkjdohjnkeilfmkniaieojiingggf
官方網址 https://chrome.google.com/webstore/detail/adfly-countdown-remover/bnkfkjdohjnkeilfmkniaieojiingggf
簡介 An extension that removes the AdFly countdown.
檔案大小 71.6 KB
安裝次數 699
目前版本 1.1
更新時間 2012-04-17
上架時間 2012-04-17
評分 1.45/5 共 29 次評分
開發者 atlazor
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdFly countdown remover",
    "description": "An extension that removes the AdFly countdown.",
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "version": "1.1",
    "permissions": [
        "http:\/\/adf.ly\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/adf.ly\/*"
            ],
            "js": [
                "remove.js"
            ]
        }
    ],
    "manifest_version": 2
}