Rob Ford Blocker
Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.
什么是Rob Ford Blocker?
Rob Ford Blocker是由https://pilotpmr.com开发的Chrome扩展程序,该扩展的主要功能是“Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.”。
扩展截图
下载Rob Ford Blocker扩展crx文件
下载Rob Ford Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The media frenzy around Rob Ford often gets pretty annoying, so we built a tool to avoid it. At the merest hint of a webpage containing anything about Rob Ford's antics, this extension aggressively rewrites the content with more pleasant and relaxing images, like kittens and cake. Brought to you by Pilot PMR.
扩展基本信息
名称 | Rob Ford Blocker |
ID | kkldihbnfmhndbjkhconmdfgociadfij |
官方URL | https://chromewebstore.google.com/detail/rob-ford-blocker/kkldihbnfmhndbjkhconmdfgociadfij |
简介 | Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness. |
文件大小 | 94.6 KB |
安装次数 | 13 |
当前版本 | 0.3.1 |
更新时间 | 2014-08-05 |
上架时间 | 2014-08-05 |
开发者 | https://pilotpmr.com |
付费类型 | free |
扩展官网 | http://pilotpmr.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rob Ford Blocker", "short_name": "ford-free", "version": "0.3.1", "manifest_version": 2, "description": "Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.", "homepage_url": "http:\/\/pilotpmr.com", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "You are browsing a Rob Ford Free Zone", "default_popup": "browseraction\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "background.js" ] } ] } |