9gag GIF addon
This addon automaticaly shows you the length of every gif on the website 9gag.com
Vad är 9gag GIF addon?
9gag GIF addon är en Chrome-tillägg utvecklad av Blazzfreezz, och dess huvudfunktion är "This addon automaticaly shows you the length of every gif on the website 9gag.com".
Tilläggsskärmbilder
Ladda ner 9gag GIF addon-förlängningens CRX-fil
Ladda ner 9gag GIF addon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | giecpanbgcpgknljcmphhhfmbppmhhih |
| Officiell webbadress | https://chrome.google.com/webstore/detail/9gag-gif-addon/giecpanbgcpgknljcmphhhfmbppmhhih |
| Beskrivning | This addon automaticaly shows you the length of every gif on the website 9gag.com |
| Filstorlek | 3.44 KB |
| Antal Installationer | 27 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2017-02-06 |
| Publiceringsdatum | 2017-02-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Blazzfreezz |
| Betalningssätt | free |
| Tilläggswebbplats | http://9gag.com |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "9gag GIF addon",
"short_name": "9gag is lyfe",
"description": "This addon automaticaly shows you the length of every gif on the website 9gag.com",
"version": "1.1",
"content_scripts": [
{
"matches": [
"http:\/\/9gag.com\/*"
],
"js": [
"main.js"
],
"run_at": "document_start"
}
]
} | |