The Verge - Is It A Thing
Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
Co to jest The Verge - Is It A Thing?
The Verge - Is It A Thing to rozszerzenie Chrome opracowane przez Jens Møller, a jego główną funkcją jest „Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Verge - Is It A Thing
Pobierz pliki rozszerzeń The Verge - Is It A Thing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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_
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cpcgngnlhhndbhmahlaplhjifjlgpogp |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp |
Opis | Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com |
Rozmiar pliku | 1.03 MB |
Liczba instalacji | 65 |
Aktualna Wersja | 1.4.0 |
Ostatnia Aktualizacja | 2020-06-11 |
Data Publikacji | 2020-06-11 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | Jens Møller |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://twitter.com/mehedih_ |
Adres URL Strony Pomocy | https://twitter.com/mehedih_ |
Obsługiwane Języki | 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\/*" ] } ] } |