The Verge - Is It A Thing
Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
Apa itu The Verge - Is It A Thing?
The Verge - Is It A Thing adalah ekstensi Chrome yang dikembangkan oleh Jens Møller, dan fitur utamanya adalah "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Verge - Is It A Thing
Unduh file ekstensi The Verge - Is It A Thing 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
Adds "and I have no idea if that’s a sex thing" to all headlines on theverge.com. Created by Mehedi Hassan https://twitter.com/mehedih_
Informasi Dasar Ekstensi
Nama | |
ID | cpcgngnlhhndbhmahlaplhjifjlgpogp |
URL Resmi | https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp |
Deskripsi | Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com |
Ukuran File | 1.03 MB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 1.4.0 |
Terakhir Diperbarui | 2020-06-11 |
Tanggal Publikasi | 2020-06-11 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | Jens Møller |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://twitter.com/mehedih_ |
URL Halaman Bantuan | https://twitter.com/mehedih_ |
Bahasa yang Didukung | de,en,fr,da,es,it,el,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.4.0", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "http:\/\/twitter.com\/mehedih_", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "js": [ "jquery.js", "filter.js" ], "matches": [ "*:\/\/www.theverge.com\/*" ] } ] } |