Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
Apa itu Drumpfinator++?
Drumpfinator++ adalah ekstensi Chrome yang dikembangkan oleh McRain, dan fitur utamanya adalah "Add this app to your Chrome browser to make reading new articles great again.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Drumpfinator++
Unduh file ekstensi Drumpfinator++ 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
Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit. The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.
Informasi Dasar Ekstensi
Nama | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
URL Resmi | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Deskripsi | Add this app to your Chrome browser to make reading new articles great again. |
Ukuran File | 150 KB |
Jumlah Instalasi | 73 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-03-13 |
Tanggal Publikasi | 2016-03-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | McRain |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpfinator++", "version": "1.0", "description": "Add this app to your Chrome browser to make reading new articles great again.", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Make Donald Drumpf Again!", "default_popup": "popup.html" } } |