The Gun Safes
We at thegunsafes.net review various models of gun safes ranging from handguns to long guns.
Vad är The Gun Safes?
The Gun Safes är en Chrome-tillägg utvecklad av Shikhar Paliwal, och dess huvudfunktion är "We at thegunsafes.net review various models of gun safes ranging from handguns to long guns.".
Ladda ner The Gun Safes-förlängningens CRX-fil
Ladda ner The Gun Safes-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 | enlfanhcennkbmlndhimbledcpdhjone |
| Officiell webbadress | https://chromewebstore.google.com/detail/the-gun-safes/enlfanhcennkbmlndhimbledcpdhjone |
| Beskrivning | We at thegunsafes.net review various models of gun safes ranging from handguns to long guns. |
| Filstorlek | 24.18 KB |
| Antal Installationer | 11 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2016-11-23 |
| Publiceringsdatum | 2016-11-23 |
| Utvecklare | Shikhar Paliwal |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://thegunsafes.net |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Gun Safes",
"description": "We at thegunsafes.net review various models of gun safes ranging from handguns to long guns.",
"version": "1.3",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"18": "icon.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"name": "Open website"
},
"manifest_version": 2
} | |