Rob Ford Blocker
Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.
Rob Ford Blocker là gì?
Rob Ford Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://pilotpmr.com, và tính năng chính của nó là "Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rob Ford Blocker
Tải xuống các tệp mở rộng Rob Ford Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rob Ford Blocker |
ID | kkldihbnfmhndbjkhconmdfgociadfij |
URL Chính Thức | https://chromewebstore.google.com/detail/rob-ford-blocker/kkldihbnfmhndbjkhconmdfgociadfij |
Mô tả | Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness. |
Kích Thước Tệp | 94.6 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2014-08-05 |
Ngày Phát Hành | 2014-08-05 |
Nhà Phát Triển | https://pilotpmr.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://pilotpmr.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |