Uniblocker

Uniblocker is a chrome extension designed to minimize distractions on today's most popular social media. Eliminate procrastination…

Uniblocker là gì?

Uniblocker là một tiện ích mở rộng Chrome được phát triển bởi https://duongquakt2005.blogspot.com, và tính năng chính của nó là "Uniblocker is a chrome extension designed to minimize distractions on today's most popular social media. Eliminate procrastination…".

Ả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 Uniblocker

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

                        Uniblocker is a chrome extension designed to minimize distractions on today's most popular social media. Eliminate procrastination and reclaim your focus today!                    

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

Tên Uniblocker Uniblocker
ID icpfgolkbdpekjmlmhhompmejcbffeje
URL Chính Thức https://chromewebstore.google.com/detail/uniblocker/icpfgolkbdpekjmlmhhompmejcbffeje
Mô tả Uniblocker is a chrome extension designed to minimize distractions on today's most popular social media. Eliminate procrastination…
Kích Thước Tệp 3.43 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-08-11
Ngày Phát Hành 2023-08-10
Nhà Phát Triển https://duongquakt2005.blogspot.com
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/02eaf927-e976-4235-9054-ea7d6168f9fe
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.0",
    "name": "Uniblocker",
    "short_name": "Uniblocker",
    "action": {
        "default_popup": ".\/main.html",
        "default_icon": {
            "16": ".\/src\/icons\/16.png",
            "32": ".\/src\/icons\/32.png",
            "64": ".\/src\/icons\/64.png",
            "128": ".\/src\/icons\/128.png"
        },
        "default_title": "UnDi$tracted"
    },
    "permissions": [
        "storage",
        "activeTab",
        "identity",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "js": [
                "\/src\/js\/jquery.min.js",
                "\/src\/content\/undistracted-facebook.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "js": [
                "\/src\/js\/jquery.min.js",
                "\/src\/content\/undistracted-youtube.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "js": [
                "\/src\/js\/jquery.min.js",
                "\/src\/content\/undistracted-tiktok.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ]
        },
        {
            "js": [
                "\/src\/js\/jquery.min.js",
                "\/src\/content\/undistracted-instagram.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        },
        {
            "js": [
                "\/src\/js\/jquery.min.js",
                "\/src\/content\/undistracted-reddit.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ]
        },
        {
            "js": [
                "\/src\/js\/jquery.min.js",
                "\/src\/content\/undistracted-twitter.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.twimg.com\/*",
                "*:\/\/*.twttr.net\/*",
                "*:\/\/*.twttr.com\/*",
                "*:\/\/*.abs.twimg.com\/*"
            ]
        },
        {
            "js": [
                "\/src\/js\/jquery.min.js",
                "\/src\/content\/undistracted-netflix.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "icons": {
        "16": ".\/src\/icons\/16.png",
        "32": ".\/src\/icons\/32.png",
        "64": ".\/src\/icons\/64.png",
        "128": ".\/src\/icons\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/apis.google.com;"
    },
    "oauth2": {
        "client_id": "203641531064-23v09912p82osni878lsv4gqhk41lqif.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/64.png",
                "src\/images\/welcome.png",
                "src\/css\/static.css",
                "src\/images\/delete_icon.png",
                "firebase_config.js",
                "firebase\/auth"
            ],
            "matches": [
                ""
            ]
        }
    ]
}