AMP cache
AMP cache
Wat is AMP cache?
AMP cache is een Chrome-extensie ontwikkeld door davidramoschaves, en de belangrijkste functie is "AMP cache".
Extensie Screenshots
Download het CRX-bestand van de extensie AMP cache
Download AMP cache-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
Extensión para ver la versión guardada en cache de AMP de Google Basisinformatie over de Extensie
| Naam | |
| ID | dbkgkbgeebgdfihcneopgbdaicefeooo |
| Officiële URL | https://chromewebstore.google.com/detail/amp-cache/dbkgkbgeebgdfihcneopgbdaicefeooo |
| Beschrijving | AMP cache |
| Bestandsgrootte | 11.25 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2020-04-17 |
| Publicatiedatum | 2020-04-16 |
| Ontwikkelaar | davidramoschaves |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "AMP cache La Vanguardia"
},
"name": "AMP cache",
"description": "AMP cache",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "0.1",
"manifest_version": 2
} | |