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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |