Wider Economist Article
Default Economist article pages is two narrow when you blocked ads (even to a subscriber).
Co je Wider Economist Article?
Wider Economist Article je rozšíření Chrome vyvinuté leelejia, a jeho hlavní funkcí je „Default Economist article pages is two narrow when you blocked ads (even to a subscriber).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wider Economist Article
Stáhněte si soubory rozšíření Wider Economist Article ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Default Economist article pages is two narrow when you blocked ads (even to a subscriber). Make it to 90% width. Základní Informace o Rozšíření
| Název | |
| ID | pfjbembfhnbecnaggngpkdkfgenmnlmc |
| Oficiální URL | https://chromewebstore.google.com/detail/wider-economist-article/pfjbembfhnbecnaggngpkdkfgenmnlmc |
| Popis | Default Economist article pages is two narrow when you blocked ads (even to a subscriber). |
| Velikost souboru | 19.17 KB |
| Počet instalací | 110 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2019-03-31 |
| Datum Vydání | 2019-03-31 |
| Vývojář | leelejia |
| Typ Platby | free |
| Podporované Jazyky | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wider Economist Article",
"version": "1.0",
"description": "Default Economist article pages is two narrow when you blocked ads (even to a subscriber).",
"content_scripts": [
{
"matches": [
"https:\/\/www.economist.com\/*"
],
"css": [
"wider.css"
]
}
],
"icons": {
"16": "wider16.png",
"48": "wider48.png",
"128": "wider128.png"
},
"permissions": [
"activeTab"
],
"manifest_version": 2
} | |