Stay Productive

Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !

Stay Productive là gì?

Stay Productive là một tiện ích mở rộng Chrome được phát triển bởi Antoine C., và tính năng chính của nó là "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stay Productive

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

                        This add-on injects CSS and Javascript to remove feed and notifications in Facebook, Twitter or Linkedin. You can choose to active or not this behavior directly on the page (next to the URL).                    

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

Tên Stay Productive Stay Productive
ID clebechkjgkellfchpaofjljofclphbg
URL Chính Thức https://chromewebstore.google.com/detail/stay-productive/clebechkjgkellfchpaofjljofclphbg
Mô tả Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !
Kích Thước Tệp 26.9 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2018-01-02
Ngày Phát Hành 2018-01-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Antoine C.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/antitoine/stay-productive
URL Trang Trợ Giúp https://github.com/antitoine/stay-productive/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Remove feed and notifications from Facebook, Twitter, Linkedin ... To stay productive !",
    "manifest_version": 2,
    "name": "Stay Productive",
    "version": "0.5",
    "homepage_url": "https:\/\/github.com\/antitoine\/stay-productive",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "browser_style": true
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "icons": {
        "48": "icon.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}