C-Strip

Strips css from pages on request

Apa itu C-Strip?

C-Strip adalah ekstensi Chrome yang dikembangkan oleh https://vertagon.net, dan fitur utamanya adalah "Strips css from pages on request".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi C-Strip

Unduh file ekstensi C-Strip 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

                        C-strip is a simple tool that strips away css style from webpages with the click of a button, leaving only raw html to view. C-strip can be used as a developer tool or just for pure fun.                    

Informasi Dasar Ekstensi

Nama C-Strip C-Strip
ID hedidopmliaolnhbeklnfmcndgcjlmab
URL Resmi https://chromewebstore.google.com/detail/c-strip/hedidopmliaolnhbeklnfmcndgcjlmab
Deskripsi Strips css from pages on request
Ukuran File 8.62 KB
Jumlah Instalasi 222
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-07-24
Tanggal Publikasi 2019-07-23
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://vertagon.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.vertagon.net/post/c-strip.html
URL Halaman Bantuan http://www.vertagon.net/post/c-strip.html
URL Halaman Kebijakan Privasi http://www.vertagon.net/legal.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "C-Strip",
    "description": "Strips css from pages on request",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "background",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}