The Verge - Is It A Thing
Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
什麼是The Verge - Is It A Thing?
The Verge - Is It A Thing是由Jens Møller開發的Chrome擴展程式,該擴展的主要功能是“Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com”。
擴展截圖
下載The Verge - Is It A Thing擴展crx文件
下載The Verge - Is It A Thing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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_
擴展基本資訊
名稱 | |
ID | cpcgngnlhhndbhmahlaplhjifjlgpogp |
官方網址 | https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp |
簡介 | Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com |
檔案大小 | 1.03 MB |
安裝次數 | 65 |
目前版本 | 1.4.0 |
更新時間 | 2020-06-11 |
上架時間 | 2020-06-11 |
評分 | 4.67/5 共 3 次評分 |
開發者 | Jens Møller |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://twitter.com/mehedih_ |
說明頁面URL | https://twitter.com/mehedih_ |
支援的語言 | 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\/*" ] } ] } |