GOP
A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
Apa itu GOP?
GOP adalah ekstensi Chrome yang dikembangkan oleh Victor Williams, dan fitur utamanya adalah "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GOP
Unduh file ekstensi GOP 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
Don't you want a little fun in your life?
Informasi Dasar Ekstensi
Nama | GOP |
ID | acohniebinedjkldedockekcmjhkjgne |
URL Resmi | https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne |
Deskripsi | A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election |
Ukuran File | 98.74 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 1.3.2 |
Terakhir Diperbarui | 2016-02-28 |
Tanggal Publikasi | 2016-02-28 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Victor Williams |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://devpost.com/software/gop-candidates-imageswap |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GOP", "version": "1.3.2", "homepage_url": "http:\/\/devpost.com\/software\/gop-candidates-imageswap", "description": "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election", "icons": { "128": "img\/GOP_128.png", "48": "img\/GOP_48.png", "32": "img\/GOP_32.png", "16": "img\/GOP_16.png" }, "browser_action": { "default_icon": "GOP.png", "default_title": "GOP Candidates" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js", "GOP.js" ], "persistent": false }, "manifest_version": 2 } |