Twitter All Official Accounts
TwitterのWeb版で全員を公式アカウントに変身させるChrome拡張機能です。
Wat is Twitter All Official Accounts?
Twitter All Official Accounts is een Chrome-extensie ontwikkeld door https://narikakun.net, en de belangrijkste functie is "TwitterのWeb版で全員を公式アカウントに変身させるChrome拡張機能です。".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter All Official Accounts
Download Twitter All Official Accounts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
TwitterのWeb版で全員を公式アカウントに変身させます。 Basisinformatie over de Extensie
| Naam | |
| ID | anbbliegolecfadljadiecmmhfibbmhf |
| Officiële URL | https://chromewebstore.google.com/detail/twitter-all-official-acco/anbbliegolecfadljadiecmmhfibbmhf |
| Beschrijving | TwitterのWeb版で全員を公式アカウントに変身させるChrome拡張機能です。 |
| Bestandsgrootte | 46.77 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2021-04-04 |
| Publicatiedatum | 2021-04-04 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://narikakun.net |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://narikakun.net/contact/ |
| URL van de Privacybeleid Pagina | https://narikakun.net/privacy |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter All Official Accounts",
"version": "1.0.1",
"description": "Twitter\u306eWeb\u7248\u3067\u5168\u54e1\u3092\u516c\u5f0f\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u5909\u8eab\u3055\u305b\u308bChrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
"content_scripts": [
{
"matches": [
"http:\/\/twitter.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"jquery.min.js",
"allofficial.js"
]
}
],
"icons": {
"16": "logo\/16.png",
"32": "logo\/32.png",
"48": "logo\/48.png",
"128": "logo\/128.png"
},
"manifest_version": 2
} | |