Subnito

Automatically opens NSFW subreddits in incognito mode

什麼是Subnito?

Subnito是由georgepowell10開發的Chrome擴展程式,該擴展的主要功能是“Automatically opens NSFW subreddits in incognito mode”。

擴展截圖

screenshot
screenshot
screenshot

下載Subnito擴展crx文件

下載Subnito擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}