Subnito

Automatically opens NSFW subreddits in incognito mode

Subnito là gì?

Subnito là một tiện ích mở rộng Chrome được phát triển bởi georgepowell10, và tính năng chính của nó là "Automatically opens NSFW subreddits in incognito mode".

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

screenshot
screenshot
screenshot

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

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

                        Have you ever been innocently browsing reddit and absentmindedly browsed your way into a NSFW subreddit? Wish the images and posts wouldn't show up in your history?

No longer! Subnito uses the reddit API to automatically detect if the subreddit you've just clicked on is SFW, and opens the link in incognito if not! Subnito also removes the url completely from your history.

Subreddit's use of the reddit API means it will always work for all subreddits, regardless of when it was created or how popular it is. So long as the sub has been properly tagged as 18+.

Note: Some subreddits consider themselves safe for <18's but not SFW (e.g. /r/sex for sex education and conversation). As far as I know there's no way to detect this automatically so these won't be opened in incognito.                    

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

Tên Subnito Subnito
ID cdbdngojiagnofammchefeeaacdifikn
URL Chính Thức https://chrome.google.com/webstore/detail/subnito/cdbdngojiagnofammchefeeaacdifikn
Mô tả Automatically opens NSFW subreddits in incognito mode
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-03-07
Ngày Phát Hành 2014-03-07
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển georgepowell10
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subnito",
    "version": "0.1",
    "description": "Automatically opens NSFW subreddits in incognito mode",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "history",
        "webNavigation"
    ],
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}