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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pilotpmr.com และคุณลักษณะหลักของมันคือ "Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rob Ford Blocker
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |