On Topic

On Topic

Apa itu On Topic?

On Topic adalah ekstensi Chrome yang dikembangkan oleh developer, dan fitur utamanya adalah "On Topic".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi On Topic

Unduh file ekstensi On Topic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama On Topic On Topic
ID omofakciigccijakmgngefkphfeclpdc
URL Resmi https://chromewebstore.google.com/detail/on-topic/omofakciigccijakmgngefkphfeclpdc
Deskripsi On Topic
Ukuran File 161 KB
Jumlah Instalasi 29
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2020-11-15
Tanggal Publikasi 2020-09-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang developer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getontopic.com
URL Halaman Kebijakan Privasi https://getontopic.com/privacy
Bahasa yang Didukung 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\/*"
    ]
}