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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |