On Topic

On Topic

什麼是On Topic?

On Topic是由developer開發的Chrome擴展程式,該擴展的主要功能是“On Topic”。

擴展截圖

screenshot
screenshot
screenshot

下載On Topic擴展crx文件

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

擴展使用說明

                        On Topic is a browser extension that identifies and blocks content that is unrelated to what you're supposed to be doing.  Simply enter some topics you want to focus on, and if the On Topic extension detects that you're looking at content unrelated to your area of focus, you will be redirected.  For more info go to getontopic.com                    

擴展基本資訊

名稱 On Topic On Topic
ID omofakciigccijakmgngefkphfeclpdc
官方網址 https://chromewebstore.google.com/detail/on-topic/omofakciigccijakmgngefkphfeclpdc
簡介 On Topic
檔案大小 161 KB
安裝次數 29
目前版本 1.1.1
更新時間 2020-11-15
上架時間 2020-09-19
評分 5.00/5 共 1 次評分
開發者 developer
電子郵箱 [email protected]
付費類型 free
擴展官網 https://getontopic.com
隱私政策頁面URL https://getontopic.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "On Topic",
    "description": "On Topic",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icons\/favicon-32x32.png"
    },
    "browser_action": {
        "default_title": "On Topic",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}