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 |
官方網址 | 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" ] } ] } |