Feedback Hub Redirector

Lines of code that redirects Feedback Hub announcements to the unofficial web app

Apa itu Feedback Hub Redirector?

Feedback Hub Redirector adalah ekstensi Chrome yang dikembangkan oleh Mehedi, dan fitur utamanya adalah "Lines of code that redirects Feedback Hub announcements to the unofficial web app".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Feedback Hub Redirector

Unduh file ekstensi Feedback Hub Redirector 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

                        Lines of code that redirects Feedback Hub announcements to the unofficial web app fbl.fun. Automatically redirects the official Feedback Hub links to fbl.fun so that you don't need to manually open 'em up.                    

Informasi Dasar Ekstensi

Nama Feedback Hub Redirector Feedback Hub Redirector
ID dhilpifnjihljhiicnoiogekeiogghpl
URL Resmi https://chromewebstore.google.com/detail/feedback-hub-redirector/dhilpifnjihljhiicnoiogekeiogghpl
Deskripsi Lines of code that redirects Feedback Hub announcements to the unofficial web app
Ukuran File 13.91 KB
Jumlah Instalasi 19
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-08-23
Tanggal Publikasi 2017-08-23
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Mehedi
Tipe Pembayaran free
Situs Ekstensi http://fbl.fun
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedback Hub Redirector",
    "version": "1.0.1",
    "author": "Mehedi Hassan",
    "manifest_version": 2,
    "description": "Lines of code that redirects Feedback Hub announcements to the unofficial web app",
    "homepage_url": "https:\/\/twitter.com\/mehedih_",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/insider.windows.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/insider.windows.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "inject.js"
            ]
        }
    ]
}