Fascist Rag Be Gone
Gives you something better in place of a crappy 'news' site
Fascist Rag Be Goneคืออะไร?
Fascist Rag Be Gone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.symbollix.org และคุณลักษณะหลักของมันคือ "Gives you something better in place of a crappy 'news' site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fascist Rag Be Gone
ดาวน์โหลดไฟล์ส่วนขยาย Fascist Rag Be Gone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever mistakenly click on a Daily Mail link and kinda hate yourself for it? Well this little extension will intercept those mistakes and present you with something far more important, inspiring and news-worth than you're ever going to find on that awful site; namely "James Baxter the Horse"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fascist Rag Be Gone |
ID | dbjikbcblnkekheiemjbbamghdbklaen |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen |
คำอธิบาย | Gives you something better in place of a crappy 'news' site |
ขนาดไฟล์ | 3 MB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-03-30 |
วันที่เผยแพร่ | 2014-03-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.symbollix.org |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fascist Rag Be Gone", "version": "1.2", "description": "Gives you something better in place of a crappy 'news' site", "web_accessible_resources": [ "assets\/*.*", "js\/*.*", "css\/*.*", "index.html" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.dailymail.co.uk\/*" ], "js": [ "js\/external.js", "js\/app.js" ], "css": [ "css\/style.css" ], "run_at": "document_start" } ] } |