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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |