Livejournal Narrow
Simple user-script which makes livejournal.com a better place
Wat is Livejournal Narrow?
Livejournal Narrow is een Chrome-extensie ontwikkeld door Yanis T, en de belangrijkste functie is "Simple user-script which makes livejournal.com a better place".
Extensie Screenshots
Download het CRX-bestand van de extensie Livejournal Narrow
Download Livejournal Narrow-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
Narrows too big livejournal themes.
Сужает слишком широкие темы livejournal.com. Basisinformatie over de Extensie
| Naam | |
| ID | bdhniiofhbjgjcdpkhjonmodpbgmgfde |
| Officiële URL | https://chromewebstore.google.com/detail/livejournal-narrow/bdhniiofhbjgjcdpkhjonmodpbgmgfde |
| Beschrijving | Simple user-script which makes livejournal.com a better place |
| Bestandsgrootte | 36.47 KB |
| Aantal Installaties | 47 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2012-12-03 |
| Publicatiedatum | 2012-12-03 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Yanis T |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Livejournal Narrow",
"version": "1.0",
"manifest_version": 2,
"description": "Simple user-script which makes livejournal.com a better place",
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"http:\/\/*.livejournal.com\/*"
],
"js": [
"contentscript.js"
]
}
]
} | |