Feed Blocker

Block annoying feeds on social media...

ما هو Feed Blocker؟

Feed Blocker هو إضافة Chrome تم تطويرها بواسطة silanthibot، والميزة الرئيسية لها هي "Block annoying feeds on social media...".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Feed Blocker

قم بتنزيل ملفات الامتداد Feed Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Tired of sarahah posts on facebook?
Block annoying feed from specific app or website on websites like facebook etc.
This analyses the images on your news feed and tries to find if it is a sarahah photo or not. If yes, it removes them for you.. You can enable and disable the content you wish to see at any time.                    

معلومات أساسية عن التمديد

الاسم Feed Blocker Feed Blocker
ID bfafecjfeogalhnanmiohcekaoahjndh
عنوان URL الرسمي https://chromewebstore.google.com/detail/feed-blocker/bfafecjfeogalhnanmiohcekaoahjndh
الوصف Block annoying feeds on social media...
حجم الملف 113 KB
عدد التثبيتات 15
النسخة الحالية 0.0.1
آخر تحديث 2017-08-15
تاريخ النشر 2017-08-15
المطور silanthibot
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feed Blocker",
    "description": "Block annoying feeds on social media...",
    "version": "0.0.1",
    "optional_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "FB Feed Blocker",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "22": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        "img\/logo.png"
    ]
}