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.”。
扩展截图
下载AdFly countdown remover扩展crx文件
下载AdFly countdown remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | bnkfkjdohjnkeilfmkniaieojiingggf |
官方URL | 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 } |