Sarahah Facebook Feed Blocker

Block Facebook Posts containting Sarahah Links of the People you follow

Sarahah Facebook Feed Blocker là gì?

Sarahah Facebook Feed Blocker là một tiện ích mở rộng Chrome được phát triển bởi MyAppClub.in, và tính năng chính của nó là "Block Facebook Posts containting Sarahah Links of the People you follow".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sarahah Facebook Feed Blocker

Tải xuống các tệp mở rộng Sarahah Facebook Feed 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

                        Are you fed up of the sarahah links of your facebook friends appearing on your feed again and again?

If yes, this extension is your solution. This will hide all the posts from your facebook feed on chrome which contain sarahah URLs of the people.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sarahah Facebook Feed Blocker Sarahah Facebook Feed Blocker
ID oahkcpaacnaipehbecgaemenbcpjabal
URL Chính Thức https://chromewebstore.google.com/detail/sarahah-facebook-feed-blo/oahkcpaacnaipehbecgaemenbcpjabal
Mô tả Block Facebook Posts containting Sarahah Links of the People you follow
Kích Thước Tệp 30.91 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-08-14
Ngày Phát Hành 2017-08-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển MyAppClub.in
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sarahah Facebook Feed Blocker",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Block Facebook Posts containting Sarahah Links of the People you follow",
    "homepage_url": "http:\/\/myappclub.in\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}