ChromePride
This extension changes the background color of Facebook stories to match a pride flag
Apa itu ChromePride?
ChromePride adalah ekstensi Chrome yang dikembangkan oleh veggiesaurus, dan fitur utamanya adalah "This extension changes the background color of Facebook stories to match a pride flag ".
Unduh Berkas CRX Ekstensi ChromePride
Unduh file ekstensi ChromePride 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
This extension changes the background color of Facebook stories to match a pride flag.
Informasi Dasar Ekstensi
Nama | |
ID | keigncajbkgfaaeefbinafmiijlfhphm |
URL Resmi | https://chrome.google.com/webstore/detail/chromepride/keigncajbkgfaaeefbinafmiijlfhphm |
Deskripsi | This extension changes the background color of Facebook stories to match a pride flag |
Ukuran File | 4.02 KB |
Jumlah Instalasi | 127 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-06-27 |
Tanggal Publikasi | 2015-06-27 |
Penilaian | 1.67/5 Total 3 Penilaian |
Pengembang | veggiesaurus |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChromePride", "version": "1.1", "icons": { "16": "icon.png" }, "description": "This extension changes the background color of Facebook stories to match a pride flag ", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "inspector-stylesheet.css" ] } ] } |