Subnito

Automatically opens NSFW subreddits in incognito mode

Subnito란 무엇입니까?

Subnito은(는) georgepowell10에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically opens NSFW subreddits in incognito mode"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Subnito 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Subnito Subnito
ID cdbdngojiagnofammchefeeaacdifikn
공식 URL https://chrome.google.com/webstore/detail/subnito/cdbdngojiagnofammchefeeaacdifikn
설명 Automatically opens NSFW subreddits in incognito mode
파일 크기 103 KB
설치 횟수 51
현재 버전 0.1
최근 업데이트 2014-03-07
출시 날짜 2014-03-07
평점 4.00/5 총 1 개의 평점
개발자 georgepowell10
결제 유형 free
지원되는 언어 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
}